++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Asia/Taipei
Choosen random timezone Asia/Taipei
+ echo 'Choosen random timezone Asia/Taipei'
+ ln -snf /usr/share/zoneinfo/Asia/Taipei /etc/localtime
+ echo Asia/Taipei
+ dpkg -i package_folder/clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49067 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.5.48.altinityfips+tsan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.5.48.altinityfips+tsan) ...
Setting up clickhouse-common-static (24.3.5.48.altinityfips+tsan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49096 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.48.altinityfips+tsan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ...
Setting up clickhouse-common-static-dbg (24.3.5.48.altinityfips+tsan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49105 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.5.48.altinityfips+tsan_amd64.deb ...
Unpacking clickhouse-server (24.3.5.48.altinityfips+tsan) ...
Setting up clickhouse-server (24.3.5.48.altinityfips+tsan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49122 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.5.48.altinityfips+tsan_amd64.deb ...
Unpacking clickhouse-client (24.3.5.48.altinityfips+tsan) ...
Setting up clickhouse-client (24.3.5.48.altinityfips+tsan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.5.48.altinityfips (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=37746688
+ sed --follow-symlinks -i 's|[[:digit:]]\+|37746688|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=31328256
+ sed --follow-symlinks -i 's|[[:digit:]]\+|31328256|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ ./minio server --address :11111 ./minio_data
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:44973 http://127.0.0.1:44973
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (44973), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
AccessDenied
Access Denied./17F0CAD05CC06E0296bc9610-ec5c-4de4-a743-e936750b7b94
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 267 root 10u IPv6 43907 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 101.41 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 100.85 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 44.87 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.97 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.69 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.62 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 7.18 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Aug 31 18:53 .
drwxr-xr-x 1 root root 4.0K Aug 31 18:53 ..
-rw-rw-r-- 1 1000 1000 312 Aug 31 18:52 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Jun 13 11:03 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Aug 31 18:53 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Aug 31 18:53 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Aug 31 18:53 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 10:02 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Aug 31 18:53 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Aug 31 18:53 dev
-rwxr-xr-x 1 root root 0 Aug 31 18:53 .dockerenv
drwxr-xr-x 1 root root 4.0K Aug 31 18:53 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 10:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 10:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Jun 13 11:04 mc
drwxr-xr-x 2 root root 4.0K Apr 27 10:02 media
-rwxr-xr-x 1 root root 114M Jun 13 11:04 minio
drwxr-xr-x 4 root root 4.0K Aug 31 18:54 minio_data
drwxr-xr-x 2 root root 4.0K Apr 27 10:02 mnt
drwxr-xr-x 2 root root 4.0K Apr 27 10:02 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Aug 31 18:53 package_folder
dr-xr-xr-x 736 root root 0 Aug 31 18:53 proc
-rwxrwxr-x 1 root root 7.9K May 15 01:27 process_functional_tests_result.py
drwx------ 1 root root 4.0K Aug 31 18:54 root
drwxr-xr-x 1 root root 4.0K Aug 31 18:53 run
-rwxrwxr-x 1 root root 16K Jun 13 11:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 10:02 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K May 15 01:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 11:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jun 13 11:03 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Apr 27 10:02 srv
-rw-rw-r-- 1 root root 13K Jun 13 11:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Aug 31 18:53 sys
drwxrwxr-x 2 1000 1000 4.0K Aug 31 18:53 test_output
drwxrwxrwt 1 root root 4.0K Aug 31 18:53 tmp
drwxr-xr-x 1 root root 4.0K Apr 27 10:02 usr
-rw-rw-r-- 1 root root 833 Jun 13 11:03 utils.lib
drwxr-xr-x 1 root root 4.0K Apr 27 10:05 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 553 clickhouse 322u IPv4 15360 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
==733==Installed the sigaction for signal 11
==733==Installed the sigaction for signal 7
==733==Installed the sigaction for signal 8
==733==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17
***** Running under ThreadSanitizer v3 (pid 733) *****
ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096
ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096
ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024
ThreadSanitizer: forked new process with pid 734, parent had 1 threads
ThreadSanitizer: forked new process with pid 737, parent had 1 threads
==740==Installed the sigaction for signal 11
==740==Installed the sigaction for signal 7
==740==Installed the sigaction for signal 8
==740==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17
***** Running under ThreadSanitizer v3 (pid 740) *****
ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096
ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096
ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024
ThreadSanitizer: forked new process with pid 741, parent had 1 threads
Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405
01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000
02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000
03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000
04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000
05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000
06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000
07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000
08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000
09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000
10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 56K releases: 0 last released: 0K region: 0x7b2800000000
11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000
12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000
13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000
14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000
15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000
16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000
17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000
18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000
19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000
20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000
21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 12K releases: 0 last released: 0K region: 0x7b5400000000
22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000
23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000
24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000
25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000
26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000
27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000
28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000
29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000
30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000
31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000
32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 24K releases: 0 last released: 0K region: 0x7b8000000000
33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000
34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000
35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000
37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000
38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000
39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000
42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000
43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000
44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000
45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000
Stats: LargeMmapAllocator: allocated 0 times, remains 0 (0 K) max 0 M; by size logs:
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405
01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000
02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000
03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000
04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000
05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000
06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000
07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000
08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000
09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000
10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 60K releases: 0 last released: 0K region: 0x7b2800000000
11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000
12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000
13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000
14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000
15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000
16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000
17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000
18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000
19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000
20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000
21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000
22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000
23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000
24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000
25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000
26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000
27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000
28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000
29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000
30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000
31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000
32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000
33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000
34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000
35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000
37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000
38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000
39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000
42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000
43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000
44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000
45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000
Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 5 M; by size logs: 20:10;
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "PUT /devstoreaccount1/cont/rdseoxekgvsaoanpolpqxojkiaoifzty?blockid=xmcpksiybwgnkoiqkzqjprbaftkvvvnfiuakmhnfqdypqdnnqearxlzmebgypkcd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "PUT /devstoreaccount1/cont/rdseoxekgvsaoanpolpqxojkiaoifzty?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "GET /devstoreaccount1/cont/rdseoxekgvsaoanpolpqxojkiaoifzty HTTP/1.1" 206 4
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "GET /devstoreaccount1/cont/rdseoxekgvsaoanpolpqxojkiaoifzty HTTP/1.1" 206 2
127.0.0.1 - - [31/Aug/2024:10:54:29 +0000] "DELETE /devstoreaccount1/cont/rdseoxekgvsaoanpolpqxojkiaoifzty HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 743
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 4 ]]
+ [[ -n 5 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 4 --run-by-hash-total 5 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2024-08-31 18:55:22 Using queries from '/usr/share/clickhouse-test/queries' directory
2024-08-31 18:55:22 Connecting to ClickHouse server... OK
2024-08-31 18:55:22 Connected to server 24.3.5.48.altinityfips @ f030c602050d371934c7b7609b7a8228fb1c7779 HEAD
2024-08-31 18:55:23 Found 1150 parallel tests and 125 sequential tests
2024-08-31 18:55:23
2024-08-31 18:55:23 Running about 143 stateless tests (ForkPoolWorker-5).
2024-08-31 18:55:23
2024-08-31 18:55:23 03142_untuple_crash: [ OK ] 0.42 sec.
2024-08-31 18:55:23
2024-08-31 18:55:23 Running about 143 stateless tests (ForkPoolWorker-6).
2024-08-31 18:55:23
2024-08-31 18:55:23 03132_rewrite_aggregate_function_with_if_implicit_cast: [ OK ] 0.64 sec.
2024-08-31 18:55:23
2024-08-31 18:55:23 Running about 143 stateless tests (ForkPoolWorker-7).
2024-08-31 18:55:23
2024-08-31 18:55:23 03129_cte_with_final: [ OK ] 0.64 sec.
2024-08-31 18:55:23
2024-08-31 18:55:23 Running about 143 stateless tests (ForkPoolWorker-3).
2024-08-31 18:55:23
2024-08-31 18:55:23 03161_create_table_as_mv: [ OK ] 0.67 sec.
2024-08-31 18:55:23
2024-08-31 18:55:23 Running about 143 stateless tests (ForkPoolWorker-4).
2024-08-31 18:55:23
2024-08-31 18:55:23 03152_analyzer_columns_list: [ OK ] 0.67 sec.
2024-08-31 18:55:24
2024-08-31 18:55:24 Running about 143 stateless tests (ForkPoolWorker-8).
2024-08-31 18:55:24
2024-08-31 18:55:24 03131_rewrite_sum_if_nullable: [ OK ] 0.74 sec.
2024-08-31 18:55:24 03019_numbers_pretty: [ OK ] 0.51 sec.
2024-08-31 18:55:24 03033_analyzer_merge_engine_filter_push_down: [ OK ] 0.50 sec.
2024-08-31 18:55:24 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.58 sec.
2024-08-31 18:55:24
2024-08-31 18:55:24 Running about 143 stateless tests (ForkPoolWorker-9).
2024-08-31 18:55:24
2024-08-31 18:55:24 03129_format_row_json_http: [ OK ] 1.36 sec.
2024-08-31 18:55:24 03095_group_by_server_constants_bug: [ OK ] 0.73 sec.
2024-08-31 18:55:24 03128_argMin_combinator_projection: [ OK ] 1.00 sec.
2024-08-31 18:55:25 03014_msan_parse_date_time: [ OK ] 0.42 sec.
2024-08-31 18:55:25 03093_bug_gcd_codec: [ OK ] 1.07 sec.
2024-08-31 18:55:25 03013_addDays_with_timezone: [ OK ] 0.59 sec.
2024-08-31 18:55:25
2024-08-31 18:55:25 Running about 143 stateless tests (ForkPoolWorker-2).
2024-08-31 18:55:25
2024-08-31 18:55:25 03169_optimize_injective_functions_inside_uniq_crash: [ OK ] 2.01 sec.
2024-08-31 18:55:25 03009_range_dict_get_or_default: [ OK ] 0.61 sec.
2024-08-31 18:55:25 03003_arrayEnumerate_crash: [ OK ] 0.47 sec.
2024-08-31 18:55:26 02999_analyzer_preimage_null: [ OK ] 0.49 sec.
2024-08-31 18:55:27 03009_consecutive_keys_nullable: [ OK ] 1.93 sec.
2024-08-31 18:55:27 02995_new_settings_history: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 18:55:27 02998_http_redirects: [ OK ] 1.27 sec.
2024-08-31 18:55:27 02998_pretty_format_print_readable_number_on_single_value: [ OK ] 1.26 sec.
2024-08-31 18:55:27 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 0.47 sec.
2024-08-31 18:55:27 02991_count_rewrite_analyzer: [ OK ] 0.52 sec.
2024-08-31 18:55:27 03011_definitive_guide_to_cast: [ OK ] 2.86 sec.
2024-08-31 18:55:27 03014_async_with_dedup_part_log_rmt: [ OK ] 3.27 sec.
2024-08-31 18:55:28 02990_format_not_precedence: [ OK ] 0.48 sec.
2024-08-31 18:55:28 02990_variant_where_cond: [ OK ] 0.63 sec.
2024-08-31 18:55:28 03008_filter_projections_non_deterministoc_functions: [ OK ] 2.93 sec.
2024-08-31 18:55:28 02989_group_by_tuple: [ OK ] 0.51 sec.
2024-08-31 18:55:28 02988_join_using_prewhere_pushdown: [ OK ] 0.54 sec.
2024-08-31 18:55:28 02989_replicated_merge_tree_invalid_metadata_version: [ OK ] 1.01 sec.
2024-08-31 18:55:28 02989_variant_comparison: [ OK ] 1.19 sec.
2024-08-31 18:55:29 02983_empty_map_hasToken: [ OK ] 0.81 sec.
2024-08-31 18:55:29 02982_unambiguous_alter_commands: [ OK ] 0.57 sec.
2024-08-31 18:55:29 02985_shard_query_start_time: [ OK ] 1.65 sec.
2024-08-31 18:55:29 02974_analyzer_array_join_subcolumn: [ OK ] 0.57 sec.
2024-08-31 18:55:30 02975_intdiv_with_decimal: [ OK ] 1.02 sec.
2024-08-31 18:55:30 02972_to_string_nullable_timezone: [ OK ] 0.42 sec.
2024-08-31 18:55:30 02970_generate_series: [ OK ] 0.66 sec.
2024-08-31 18:55:30 02968_analyzer_join_column_not_found: [ OK ] 0.49 sec.
2024-08-31 18:55:30 02970_visible_width_behavior: [ OK ] 0.64 sec.
2024-08-31 18:55:31 02968_url_args: [ OK ] 0.49 sec.
2024-08-31 18:55:31 02982_json_columns_with_metadata_http: [ OK ] 2.71 sec.
2024-08-31 18:55:31 02967_index_hint_crash: [ OK ] 0.51 sec.
2024-08-31 18:55:31 02981_insert_select_resize_to_max_insert_threads: [ OK ] 2.65 sec.
2024-08-31 18:55:31 02963_msan_agg_addBatchLookupTable8: [ OK ] 0.71 sec.
2024-08-31 18:55:32 02968_adaptive_async_insert_timeout: [ OK ] 1.37 sec.
2024-08-31 18:55:32 02962_analyzer_resolve_group_by_on_shards: [ OK ] 0.72 sec.
2024-08-31 18:55:32 02963_test_flexible_disk_configuration: [ OK ] 1.01 sec.
2024-08-31 18:55:32 02961_read_bool_as_string_json: [ OK ] 0.71 sec.
2024-08-31 18:55:32 02961_analyzer_low_cardinality_fuzzer: [ OK ] 0.58 sec.
2024-08-31 18:55:33 02956_format_constexpr: [ OK ] 0.46 sec.
2024-08-31 18:55:33 02955_avro_format_zstd_encode_support: [ OK ] 0.54 sec.
2024-08-31 18:55:33 02947_merge_tree_index_table_1: [ OK ] 0.54 sec.
2024-08-31 18:55:33 03013_parser_regexp_recompilation: [ OK ] 9.32 sec.
2024-08-31 18:55:34 02966_nested_offsets_subcolumn: [ OK ] 2.84 sec.
2024-08-31 18:55:34 02946_parallel_replicas_distributed: [ OK ] 0.76 sec.
2024-08-31 18:55:34 02960_polygon_bound_bug: [ OK ] 2.07 sec.
2024-08-31 18:55:34 02943_variant_element: [ OK ] 0.61 sec.
2024-08-31 18:55:34 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 0.80 sec.
2024-08-31 18:55:34 02943_positional_arguments_bugs: [ OK ] 0.55 sec.
2024-08-31 18:55:35 02962_arrow_dictionary_indexes_types: [ OK ] 3.46 sec.
2024-08-31 18:55:35 02946_materialize_column_must_not_override_past_values: [ OK ] 1.48 sec.
2024-08-31 18:55:35 02934_merge_tree_max_projections: [ OK ] 0.83 sec.
2024-08-31 18:55:35 02933_ephemeral_mv: [ OK ] 0.48 sec.
2024-08-31 18:55:36 02932_non_ready_set_stuck: [ OK ] 0.46 sec.
2024-08-31 18:55:36 02933_local_system_setting: [ OK ] 1.54 sec.
2024-08-31 18:55:36 02932_group_by_null_fuzzer: [ OK ] 0.47 sec.
2024-08-31 18:55:36 02932_parallel_replicas_fuzzer: [ OK ] 0.89 sec.
2024-08-31 18:55:37 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 0.97 sec.
2024-08-31 18:55:38 02941_projections_external_aggregation: [ OK ] 3.98 sec.
2024-08-31 18:55:40 02922_respect_nulls_states: [ OK ] 3.19 sec.
2024-08-31 18:55:40 02921_fuzzbits_with_array_join: [ OK ] 0.67 sec.
2024-08-31 18:55:41 02920_fix_json_merge_patch: [ OK ] 0.60 sec.
2024-08-31 18:55:41 02922_url_s3_engine_size_virtual_column: [ OK ] 4.17 sec.
2024-08-31 18:55:42 02918_alter_temporary_table: [ OK ] 0.82 sec.
2024-08-31 18:55:43 02919_storage_fuzzjson: [ OK ] 1.96 sec.
2024-08-31 18:55:43 02918_wrong_dictionary_source: [ OK ] 1.09 sec.
2024-08-31 18:55:45 02916_local_insert_into_function: [ OK ] 1.76 sec.
2024-08-31 18:55:46 02931_rewrite_sum_column_and_constant: [ OK ] 9.52 sec.
2024-08-31 18:55:46 02916_analyzer_set_in_join: [ OK ] 0.63 sec.
2024-08-31 18:55:47 02912_group_array_sample: [ OK ] 0.85 sec.
2024-08-31 18:55:47 02916_joinget_dependency: [ OK ] 3.59 sec.
2024-08-31 18:55:47 03012_parser_backtracking: [ OK ] 22.84 sec.
2024-08-31 18:55:47 02908_alter_column_alias: [ OK ] 0.51 sec.
2024-08-31 18:55:48 02910_rocksdb_optimize: [ OK ] 1.29 sec.
2024-08-31 18:55:48 02915_fpc_overflow: [ OK ] 2.62 sec.
2024-08-31 18:55:49 02906_force_optimize_projection_name: [ OK ] 0.88 sec.
2024-08-31 18:55:50 02907_fromDaysSinceYearZero: [ OK ] 2.21 sec.
2024-08-31 18:55:50 02902_show_databases_limit: [ OK ] 0.58 sec.
2024-08-31 18:55:50 02907_clickhouse_dictionary_bug: [ OK ] 2.28 sec.
2024-08-31 18:55:51 02907_backup_restore_default_nullable: [ OK ] 3.63 sec.
2024-08-31 18:55:52 02900_clickhouse_local_drop_current_database: [ OK ] 1.74 sec.
2024-08-31 18:55:52 02933_group_by_memory_usage: [ OK ] 17.23 sec.
2024-08-31 18:55:52 02904_empty_order_by_with_setting_enabled: [ OK ] 2.94 sec.
2024-08-31 18:55:53 02898_parallel_replicas_custom_key_final: [ OK ] 0.56 sec.
2024-08-31 18:55:53 02896_cyclic_aliases_crash: [ OK ] 0.56 sec.
2024-08-31 18:55:53 02982_perf_introspection_for_inserts: [ OK ] 25.13 sec.
2024-08-31 18:55:54 02897_alter_partition_parameters: [ OK ] 1.39 sec.
2024-08-31 18:55:54 02891_functions_over_sparse_columns: [ OK ] 0.52 sec.
2024-08-31 18:55:54 02891_array_shingles: [ OK ] 0.94 sec.
2024-08-31 18:55:54 02889_parts_columns_filenames: [ OK ] 0.50 sec.
2024-08-31 18:55:54 02890_describe_table_options: [ OK ] 0.69 sec.
2024-08-31 18:55:54 02888_integer_type_inference_in_if_function: [ OK ] 0.60 sec.
2024-08-31 18:55:55 02887_tuple_element_distributed: [ OK ] 0.50 sec.
2024-08-31 18:55:55 02894_ast_depth_check: [ OK ] 2.34 sec.
2024-08-31 18:55:55 02885_arg_min_max_combinator: [ OK ] 0.74 sec.
2024-08-31 18:55:55 02887_mutations_subcolumns: [ OK ] 1.18 sec.
2024-08-31 18:55:56 02876_sort_union_of_sorted: [ OK ] 0.68 sec.
2024-08-31 18:55:56 02900_union_schema_inference_mode: [ OK ] 5.73 sec.
2024-08-31 18:55:56 02876_json_incomplete_types_as_strings_inference: [ OK ] 0.45 sec.
2024-08-31 18:55:57 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.52 sec.
2024-08-31 18:55:58 02876_yyyymmddtodate: [ OK ] 2.04 sec.
2024-08-31 18:55:58 02872_prewhere_filter: [ OK ] 0.58 sec.
2024-08-31 18:55:58 02875_parallel_replicas_remote: [ OK ] 2.20 sec.
2024-08-31 18:55:59 02868_select_support_from_keywords: [ OK ] 0.42 sec.
2024-08-31 18:56:00 02885_ephemeral_columns_from_file: [ OK ] 4.97 sec.
2024-08-31 18:56:00 02866_size_of_marks_skip_idx_explain: [ OK ] 0.44 sec.
2024-08-31 18:56:01 02941_variant_type_1: [ OK ] 26.53 sec.
2024-08-31 18:56:01 02900_buffer_table_alter_race: [ OK ] 10.33 sec.
2024-08-31 18:56:01 02864_profile_event_part_lock: [ OK ] 0.44 sec.
2024-08-31 18:56:02 02885_async_insert_access_check_for_defaults: [ OK ] 6.96 sec.
2024-08-31 18:56:02 02862_sorted_distinct_sparse_fix: [ OK ] 0.83 sec.
2024-08-31 18:56:03 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.53 sec.
2024-08-31 18:56:03 02861_index_set_incorrect_args: [ OK ] 0.72 sec.
2024-08-31 18:56:03 02865_array_join_with_max_block_size: [ OK ] 2.76 sec.
2024-08-31 18:56:03 02860_distributed_flush_on_detach: [ OK ] 0.77 sec.
2024-08-31 18:56:04 02845_prewhere_preserve_column: [ OK ] 0.61 sec.
2024-08-31 18:56:05 02870_move_partition_to_volume_io_throttling: [ OK ] 6.61 sec.
2024-08-31 18:56:05 02845_group_by_constant_keys: [ OK ] 1.77 sec.
2024-08-31 18:56:05 02861_join_on_nullsafe_compare: [ OK ] 3.32 sec.
2024-08-31 18:56:06 02868_no_merge_across_partitions_final_with_lonely: [ OK ] 7.00 sec.
2024-08-31 18:56:06 02845_parquet_odd_decimals: [ OK ] 2.91 sec.
2024-08-31 18:56:06 02841_join_filter_set_sparse: [ OK ] 1.18 sec.
2024-08-31 18:56:07 02840_merge__table_or_filter: [ OK ] 1.26 sec.
2024-08-31 18:56:08 02835_parallel_replicas_over_distributed: [ OK ] 1.85 sec.
2024-08-31 18:56:09 02835_fuzz_remove_redundant_sorting: [ OK ] 1.47 sec.
2024-08-31 18:56:09 02834_nulls_first_sort: [ OK ] 0.45 sec.
2024-08-31 18:56:09 02841_check_table_progress: [ OK ] 3.37 sec.
2024-08-31 18:56:09 02834_array_exists_segfault: [ OK ] 0.65 sec.
2024-08-31 18:56:10 02833_sparse_columns_tuple_function: [ OK ] 0.51 sec.
2024-08-31 18:56:10 02841_parallel_replicas_summary: [ OK ] 5.08 sec.
2024-08-31 18:56:11 02816_has_token_empty: [ OK ] 0.69 sec.
2024-08-31 18:56:11 02833_local_with_dialect: [ OK ] 1.73 sec.
2024-08-31 18:56:11 02874_array_random_sample: [ OK ] 13.97 sec.
2024-08-31 18:56:11 02832_alter_delete_indexes_projections: [ OK ] 1.22 sec.
2024-08-31 18:56:11 02815_empty_subquery_nullable_bug: [ OK ] 0.48 sec.
2024-08-31 18:56:11 02815_first_line: [ OK ] 0.57 sec.
2024-08-31 18:56:11 02813_array_agg: [ OK ] 0.50 sec.
2024-08-31 18:56:11 02813_func_now_and_alias: [ OK ] 0.46 sec.
2024-08-31 18:56:12 02813_float_parsing: [ OK ] 0.43 sec.
2024-08-31 18:56:12 02811_ip_dict_attribute: [ OK ] 0.53 sec.
2024-08-31 18:56:12 02811_invalid_embedded_rocksdb_create: [ OK ] 0.51 sec.
2024-08-31 18:56:12 02804_intersect_bad_cast: [ OK ] 0.50 sec.
2024-08-31 18:56:12 02809_storage_set_analysis_bug: [ OK ] 0.72 sec.
2024-08-31 18:56:13 02798_generic_transform: [ OK ] 0.60 sec.
2024-08-31 18:56:13 02798_explain_settings_not_applied_bug: [ OK ] 0.50 sec.
2024-08-31 18:56:13 02800_transform_alter: [ OK ] 0.78 sec.
2024-08-31 18:56:13 02790_optimize_skip_unused_shards_join: [ OK ] 0.69 sec.
2024-08-31 18:56:13 02790_sql_standard_fetch: [ OK ] 0.59 sec.
2024-08-31 18:56:13 02791_final_block_structure_mismatch_bug: [ OK ] 1.22 sec.
2024-08-31 18:56:14 02841_parallel_final_wrong_columns_order: [ OK ] 8.65 sec.
2024-08-31 18:56:14 02789_describe_table_settings: [ OK ] 0.44 sec.
2024-08-31 18:56:14 02789_object_type_invalid_num_of_rows: [ OK ] 0.64 sec.
2024-08-31 18:56:14 02789_set_index_nullable_condition_bug: [ OK ] 0.53 sec.
2024-08-31 18:56:14 02790_client_max_opening_fd: [ OK ] 1.67 sec.
2024-08-31 18:56:15 02782_inconsistent_formatting_and_constant_folding: [ OK ] 0.89 sec.
2024-08-31 18:56:15 02771_ignore_data_skipping_indices: [ OK ] 1.00 sec.
2024-08-31 18:56:16 02786_max_execution_time_leaf: [ OK ] 2.49 sec.
2024-08-31 18:56:16 02768_into_outfile_extensions_format: [ OK ] 1.34 sec.
2024-08-31 18:56:17 02752_custom_separated_ignore_spaces_bug: [ OK ] 0.37 sec.
2024-08-31 18:56:17 02766_bitshift_with_const_arguments: [ OK ] 0.75 sec.
2024-08-31 18:56:17 02780_final_streams_data_skipping_index: [ OK ] 3.03 sec.
2024-08-31 18:56:17 02751_multiif_to_if_crash: [ OK ] 0.48 sec.
2024-08-31 18:56:18 02737_sql_auto_is_null: [ OK ] 0.42 sec.
2024-08-31 18:56:18 02736_bit_count_big_int: [ OK ] 0.61 sec.
2024-08-31 18:56:19 02751_query_log_test_partitions: [ OK ] 2.11 sec.
2024-08-31 18:56:19 02770_async_buffer_ignore: [ OK ] 4.52 sec.
2024-08-31 18:56:19 02735_asof_join_right_null: [ OK ] 0.91 sec.
2024-08-31 18:56:19 02770_jit_aggregation_nullable_key_fix: [ OK ] 5.01 sec.
2024-08-31 18:56:20 02734_optimize_group_by: [ OK ] 0.61 sec.
2024-08-31 18:56:20 02733_sparse_columns_reload: [ OK ] 0.72 sec.
2024-08-31 18:56:20 02731_nothing_deserialization: [ OK ] 0.48 sec.
2024-08-31 18:56:20 02725_alias_with_restricted_keywords: [ OK ] 0.44 sec.
2024-08-31 18:56:21 02922_deduplication_with_zero_copy: [ OK ] 43.06 sec.
2024-08-31 18:56:21 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 1.10 sec.
2024-08-31 18:56:22 02751_text_formats_bad_nullable_parsing: [ OK ] 4.53 sec.
2024-08-31 18:56:22 02724_mutliple_storage_join: [ OK ] 0.56 sec.
2024-08-31 18:56:22 02723_zookeeper_name: [ OK ] 0.84 sec.
2024-08-31 18:56:22 02722_log_profile_events: [ OK ] 0.46 sec.
2024-08-31 18:56:23 02720_row_policy_column_with_dots: [ OK ] 0.51 sec.
2024-08-31 18:56:23 02723_param_exception_message_context: [ OK ] 1.75 sec.
2024-08-31 18:56:24 02716_create_direct_dict_with_lifetime_throws: [ OK ] 0.53 sec.
2024-08-31 18:56:24 02721_parquet_field_not_found: [ OK ] 2.25 sec.
2024-08-31 18:56:24 02718_array_fold: [ OK ] 1.67 sec.
2024-08-31 18:56:25 02716_drop_if_empty: [ OK ] 0.89 sec.
2024-08-31 18:56:25 02713_ip4_uint_compare: [ OK ] 0.46 sec.
2024-08-31 18:56:25 02732_rename_after_processing: [ OK ] 5.81 sec.
2024-08-31 18:56:25 02731_parallel_replicas_join_subquery: [ OK ] 5.89 sec.
2024-08-31 18:56:26 02706_keeper_map_insert_strict: [ OK ] 1.02 sec.
2024-08-31 18:56:26 02705_projection_and_ast_optimizations_bug: [ OK ] 0.51 sec.
2024-08-31 18:56:26 02711_server_uuid_macro: [ OK ] 1.21 sec.
2024-08-31 18:56:26 02705_grouping_keys_equal_keys: [ OK ] 0.50 sec.
2024-08-31 18:56:27 02716_parquet_invalid_date32: [ OK ] 2.48 sec.
2024-08-31 18:56:27 02690_subquery_identifiers: [ OK ] 0.59 sec.
2024-08-31 18:56:28 02684_bson: [ OK ] 0.41 sec.
2024-08-31 18:56:28 02697_alter_dependencies: [ OK ] 1.99 sec.
2024-08-31 18:56:28 02724_delay_mutations: [ OK ] 7.53 sec.
2024-08-31 18:56:28 02697_stop_reading_on_first_cancel: [ OK ] 1.71 sec.
2024-08-31 18:56:28 02683_native_too_large_size: [ OK ] 0.54 sec.
2024-08-31 18:56:29 02681_group_array_too_large_size: [ OK ] 0.52 sec.
2024-08-31 18:56:29 02676_kafka_murmur_hash: [ OK ] 0.50 sec.
2024-08-31 18:56:29 02677_grace_hash_limit_race: [ OK ] 0.83 sec.
2024-08-31 18:56:30 02675_grant_query_formatting: [ OK ] 1.27 sec.
2024-08-31 18:56:31 02669_alter_modify_to_nullable: [ OK ] 1.71 sec.
2024-08-31 18:56:31 02668_column_block_number: [ OK ] 0.71 sec.
2024-08-31 18:56:32 02662_first_last_value: [ OK ] 0.96 sec.
2024-08-31 18:56:32 02668_ulid_decoding: [ OK ] 1.11 sec.
2024-08-31 18:56:33 02706_kolmogorov_smirnov_test_scipy: [ OK ] 7.86 sec.
2024-08-31 18:56:34 02597_column_delete_and_replication: [ OK ] 1.75 sec.
2024-08-31 18:56:34 02661_quantile_approx: [ OK ] 2.12 sec.
2024-08-31 18:56:34 02681_undrop_query_uuid: [ OK ] 6.11 sec.
2024-08-31 18:56:35 02590_bson_duplicate_column: [ OK ] 0.48 sec.
2024-08-31 18:56:35 02597_projection_materialize_and_replication: [ OK ] 1.66 sec.
2024-08-31 18:56:35 02589_bson_invalid_document_size: [ OK ] 0.38 sec.
2024-08-31 18:56:35 02582_async_reading_with_small_limit: [ OK ] 0.51 sec.
2024-08-31 18:56:36 02582_analyzer_join_subquery_empty_column_list: [ OK ] 0.60 sec.
2024-08-31 18:56:36 02592_avro_more_types: [ OK ] 1.98 sec.
2024-08-31 18:56:37 02579_parameterized_replace: [ OK ] 0.47 sec.
2024-08-31 18:56:37 02595_orc_arrow_parquet_more_types: [ OK ] 3.41 sec.
2024-08-31 18:56:37 02568_array_map_const_low_cardinality: [ OK ] 0.54 sec.
2024-08-31 18:56:38 02841_valid_json_and_xml_on_http_exception: [ OK ] 33.73 sec.
2024-08-31 18:56:38 02563_progress_when_no_rows_from_prewhere: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 18:56:38 02564_analyzer_cross_to_inner: [ OK ] 0.82 sec.
2024-08-31 18:56:39 02560_analyzer_materialized_view: [ OK ] 1.54 sec.
2024-08-31 18:56:40 02560_agg_state_deserialization_hash_table_crash: [ OK ] 0.74 sec.
2024-08-31 18:56:40 02563_async_insert_bad_data: [ OK ] 3.30 sec.
2024-08-31 18:56:40 02833_concurrrent_sessions: [ OK ] 31.28 sec.
2024-08-31 18:56:41 02559_ip_types_bloom: [ OK ] 0.60 sec.
2024-08-31 18:56:41 02554_format_json_columns_for_empty: [ OK ] 0.46 sec.
2024-08-31 18:56:42 02559_multiple_read_steps_in_prewhere: [ OK ] 1.31 sec.
2024-08-31 18:56:43 02551_obfuscator_keywords: [ OK ] 1.53 sec.
2024-08-31 18:56:43 02581_parquet_arrow_orc_compressions: [ OK ] 7.60 sec.
2024-08-31 18:56:45 02542_transform_new: [ OK ] 1.44 sec.
2024-08-31 18:56:46 02539_generate_random_low_cardinality: [ OK ] 1.36 sec.
2024-08-31 18:56:47 02552_siphash128_reference: [ OK ] 5.04 sec.
2024-08-31 18:56:47 02536_distributed_detach_table: [ OK ] 0.83 sec.
2024-08-31 18:56:48 02535_ip_parser_not_whole: [ OK ] 0.46 sec.
2024-08-31 18:56:49 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 5.12 sec.
2024-08-31 18:56:50 02535_analyzer_group_by_use_nulls: [ OK ] 1.94 sec.
2024-08-31 18:56:50 02534_s3_cluster_insert_select_schema_inference: [ OK ] 1.15 sec.
2024-08-31 18:56:50 02536_delta_gorilla_corruption: [ OK ] 3.88 sec.
2024-08-31 18:56:50 02534_analyzer_grouping_function: [ OK ] 0.89 sec.
2024-08-31 18:56:51 02525_jit_logical_functions_nan: [ OK ] 0.74 sec.
2024-08-31 18:56:51 02522_different_types_in_storage_merge: [ OK ] 0.61 sec.
2024-08-31 18:56:51 02521_to_custom_day_of_week: [ OK ] 0.74 sec.
2024-08-31 18:56:52 02521_cannot_find_column_in_projection: [ OK ] 0.66 sec.
2024-08-31 18:56:52 02518_rewrite_aggregate_function_with_if: [ OK ] 0.62 sec.
2024-08-31 18:56:53 02517_wrong_total_structure_crash: [ OK ] 0.62 sec.
2024-08-31 18:56:53 02561_sorting_constants_and_distinct_crash: [ OK ] 15.48 sec.
2024-08-31 18:56:54 02515_analyzer_null_for_empty: [ OK ] 0.43 sec.
2024-08-31 18:56:54 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 18.74 sec.
2024-08-31 18:56:54 02514_analyzer_drop_join_on: [ OK ] 0.63 sec.
2024-08-31 18:56:55 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 0.64 sec.
2024-08-31 18:56:55 02513_validate_data_types: [ OK ] 0.90 sec.
2024-08-31 18:56:55 02508_bad_graphite: [ OK ] 0.63 sec.
2024-08-31 18:56:55 02505_forbid_paths_in_datetime_timezone: [ OK ] 0.49 sec.
2024-08-31 18:56:56 02502_fuzz_bad_cast_to_ast_literal: [ OK ] 0.49 sec.
2024-08-31 18:56:57 02502_bad_values_schema_inference: [ OK ] 0.52 sec.
2024-08-31 18:56:57 02504_regexp_dictionary_table_source: [ OK ] 1.24 sec.
2024-08-31 18:56:57 02501_limits_on_result_for_view: [ OK ] 0.60 sec.
2024-08-31 18:56:57 02499_escaped_quote_schema_inference: [ OK ] 0.43 sec.
2024-08-31 18:56:57 02555_davengers_rename_chain: [ OK ] 16.82 sec.
2024-08-31 18:56:58 02499_read_json_objects_as_strings: [ OK ] 0.48 sec.
2024-08-31 18:56:58 02514_database_replicated_no_arguments_for_rmt: [ OK ] 4.85 sec.
2024-08-31 18:56:58 02703_max_local_read_bandwidth: [ OK ] 32.47 sec.
2024-08-31 18:56:59 02498_random_string_in_json_schema_inference: [ OK ] 1.69 sec.
2024-08-31 18:56:59 02521_merge_over_gap: [ OK ] 8.24 sec.
2024-08-31 18:57:00 02495_analyzer_storage_join: [ OK ] 2.05 sec.
2024-08-31 18:57:00 02492_clickhouse_local_context_uaf: [ OK ] 1.59 sec.
2024-08-31 18:57:00 02498_storage_join_key_positions: [ OK ] 2.85 sec.
2024-08-31 18:57:00 02483_cuturlparameter_with_arrays: [ OK ] 0.53 sec.
2024-08-31 18:57:01 02481_low_cardinality_with_short_circuit_functins_mutations: [ OK ] 0.53 sec.
2024-08-31 18:57:01 02481_default_value_used_in_row_level_filter: [ OK ] 0.57 sec.
2024-08-31 18:57:01 02477_exists_fuzz_43478: [ OK ] 0.50 sec.
2024-08-31 18:57:01 02483_password_reset: [ OK ] 1.84 sec.
2024-08-31 18:57:01 02495_parser_string_binary_literal: [ OK ] 3.14 sec.
2024-08-31 18:57:01 02486_truncate_and_unexpected_parts: [ OK ] 2.19 sec.
2024-08-31 18:57:02 02478_analyzer_table_expression_aliases: [ OK ] 0.89 sec.
2024-08-31 18:57:02 02476_analyzer_join_with_unused_columns: [ OK ] 0.48 sec.
2024-08-31 18:57:02 02475_bad_cast_low_cardinality_to_string_bug: [ OK ] 0.38 sec.
2024-08-31 18:57:02 02475_analyzer_subquery_compound_expression: [ OK ] 0.46 sec.
2024-08-31 18:57:02 02474_fix_function_parser_bug: [ OK ] 0.34 sec.
2024-08-31 18:57:02 02676_optimize_old_parts_replicated: [ OK ] 33.81 sec.
2024-08-31 18:57:03 02474_timeDiff_UTCTimestamp: [ OK ] 0.66 sec.
2024-08-31 18:57:04 02461_welch_t_test_fuzz: [ OK ] 0.53 sec.
2024-08-31 18:57:04 02465_limit_trivial_max_rows_to_read: [ OK ] 1.28 sec.
2024-08-31 18:57:05 02475_split_with_max_substrings: [ OK ] 3.49 sec.
2024-08-31 18:57:07 02477_single_value_data_string_regression: [ OK ] 5.44 sec.
2024-08-31 18:57:08 02459_group_by_all: [ OK ] 4.61 sec.
2024-08-31 18:57:10 02458_key_condition_not_like_prefix: [ OK ] 5.34 sec.
2024-08-31 18:57:11 02457_insert_select_progress_http: [ OK ] 1.99 sec.
2024-08-31 18:57:11 02457_tuple_of_intervals: [ OK ] 4.38 sec.
2024-08-31 18:57:12 02457_datediff_via_unix_epoch: [ OK ] 1.21 sec.
2024-08-31 18:57:14 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 1.44 sec.
2024-08-31 18:57:16 02456_bloom_filter_assert: [ OK ] 4.83 sec.
2024-08-31 18:57:17 02521_tsv_csv_custom_header_detection: [ OK ] 26.30 sec.
2024-08-31 18:57:20 02456_keeper_retries_during_insert: [ OK ] 9.30 sec.
2024-08-31 18:57:28 02440_mutations_finalization: [ OK ] 6.69 sec.
2024-08-31 18:57:30 02444_async_broken_outdated_part_loading: [ OK ] 13.66 sec.
2024-08-31 18:57:35 02461_cancel_finish_race: [ OK ] 31.27 sec.
2024-08-31 18:57:36 02427_column_nullable_ubsan: [ OK ] 5.29 sec.
2024-08-31 18:57:37 02422_insert_different_granularity: [ OK ] 2.23 sec.
2024-08-31 18:57:39 02473_optimize_old_parts: [ OK ] 37.40 sec.
2024-08-31 18:57:40 02421_json_decimals_as_strings: [ OK ] 0.55 sec.
2024-08-31 18:57:42 02420_final_setting: [ OK ] 2.28 sec.
2024-08-31 18:57:44 02419_contingency_array_nullable: [ OK ] 1.17 sec.
2024-08-31 18:57:45 02418_tautological_if_index: [ OK ] 1.80 sec.
2024-08-31 18:57:48 02417_null_variadic_behaviour: [ OK ] 2.17 sec.
2024-08-31 18:57:48 02415_all_new_functions_must_be_documented: [ OK ] 0.71 sec.
2024-08-31 18:57:49 02414_all_new_table_functions_must_be_documented: [ OK ] 0.51 sec.
2024-08-31 18:57:49 02432_s3_parallel_parts_cleanup: [ OK ] 21.78 sec.
2024-08-31 18:57:50 02412_nlp: [ OK ] 0.66 sec.
2024-08-31 18:57:51 02410_to_decimal_or_default: [ OK ] 0.57 sec.
2024-08-31 18:57:51 02443_detach_attach_partition: [ OK ] 33.77 sec.
2024-08-31 18:57:51 02406_try_read_datetime64_bug: [ OK ] 0.52 sec.
2024-08-31 18:57:52 02413_replace_partition_zero_copy: [ OK ] 3.10 sec.
2024-08-31 18:57:53 02400_create_table_on_cluster_normalization: [ OK ] 1.22 sec.
2024-08-31 18:57:53 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 0.50 sec.
2024-08-31 18:57:54 02389_dashboard: [ OK ] 1.40 sec.
2024-08-31 18:57:56 02406_minmax_behaviour: [ OK ] 4.69 sec.
2024-08-31 18:57:56 02382_join_and_filtering_set: [ OK ] 1.46 sec.
2024-08-31 18:57:57 02377_modify_column_from_nested: [ OK ] 0.90 sec.
2024-08-31 18:57:57 02374_regexp_replace: [ OK ] 0.41 sec.
2024-08-31 18:57:59 02421_simple_queries_for_opentelemetry: [ OK ] 23.17 sec.
2024-08-31 18:57:59 02372_now_in_block: [ OK ] 1.83 sec.
2024-08-31 18:58:00 02368_analyzer_table_functions: [ OK ] 0.68 sec.
2024-08-31 18:58:00 02369_analyzer_array_join_function: [ OK ] 0.98 sec.
2024-08-31 18:58:00 02367_optimize_trivial_count_with_array_join: [ OK ] 0.62 sec.
2024-08-31 18:58:01 02366_asof_optimize_predicate_bug_37813: [ OK ] 0.73 sec.
2024-08-31 18:58:01 02366_direct_dictionary_dict_has: [ OK ] 0.69 sec.
2024-08-31 18:58:01 02366_kql_func_binary: [ OK ] 0.56 sec.
2024-08-31 18:58:02 02366_decimal_agg_state_conversion: [ OK ] 0.80 sec.
2024-08-31 18:58:03 02366_kql_datatype: [ OK ] 1.75 sec.
2024-08-31 18:58:04 02366_kql_func_datetime: [ OK ] 1.65 sec.
2024-08-31 18:58:04 02366_kql_operator_in_sql: [ OK ] 1.05 sec.
2024-08-31 18:58:04 02378_part_log_profile_events: [ OK ] 8.69 sec.
2024-08-31 18:58:05 02366_kql_func_scalar: [ OK ] 0.92 sec.
2024-08-31 18:58:08 02445_replicated_db_alter_partition: [ OK ] 54.76 sec.
2024-08-31 18:58:09 02366_kql_func_dynamic: [ OK ] 4.07 sec.
2024-08-31 18:58:09 02366_kql_summarize: [ OK ] 4.86 sec.
2024-08-31 18:58:09 02364_setting_cross_to_inner_rewrite: [ OK ] 0.84 sec.
2024-08-31 18:58:10 02356_trivial_count_with_empty_set: [ OK ] 0.47 sec.
2024-08-31 18:58:10 02363_mapupdate_improve: [ OK ] 0.79 sec.
2024-08-31 18:58:10 02473_multistep_split_prewhere: [ OK ] 67.88 sec.
2024-08-31 18:58:10 02366_kql_func_string: [ OK ] 6.28 sec.
2024-08-31 18:58:10 02354_numeric_literals_with_underscores: [ OK ] 0.63 sec.
2024-08-31 18:58:11 02354_tuple_element_with_default: [ OK ] 0.70 sec.
2024-08-31 18:58:11 02354_array_lowcardinality: [ OK ] 0.66 sec.
2024-08-31 18:58:11 02354_tuple_lowcardinality: [ OK ] 0.54 sec.
2024-08-31 18:58:11 02353_isnullable: [ OK ] 0.56 sec.
2024-08-31 18:58:12 02353_partition_prune_nullable_key: [ OK ] 0.60 sec.
2024-08-31 18:58:12 02354_window_expression_with_aggregation_expression: [ OK ] 2.09 sec.
2024-08-31 18:58:13 02421_truncate_isolation_with_mutations: [ OK ] 35.11 sec.
2024-08-31 18:58:13 02351_Map_combinator_dist: [ OK ] 1.48 sec.
2024-08-31 18:58:13 02360_rename_table_along_with_log_name: [ OK ] 3.86 sec.
2024-08-31 18:58:14 02345_filesystem_local: [ OK ] 1.80 sec.
2024-08-31 18:58:14 02325_compatibility_setting_2: [ OK ] 0.81 sec.
2024-08-31 18:58:14 02343_analyzer_lambdas: [ OK ] 1.90 sec.
2024-08-31 18:58:15 02313_displayname: [ OK ] 0.50 sec.
2024-08-31 18:58:15 02324_map_combinator_bug: [ OK ] 1.24 sec.
2024-08-31 18:58:15 02335_column_ttl_expired_column_optimization: [ OK ] 2.14 sec.
2024-08-31 18:58:16 02354_read_in_order_prewhere: [ OK ] 5.15 sec.
2024-08-31 18:58:16 02313_negative_datetime64: [ OK ] 0.60 sec.
2024-08-31 18:58:16 02315_readonly_create_function: [ OK ] 1.92 sec.
2024-08-31 18:58:16 02313_multiple_limits: [ OK ] 0.86 sec.
2024-08-31 18:58:16 02312_is_not_null_prewhere: [ OK ] 0.68 sec.
2024-08-31 18:58:16 02302_join_auto_lc_nullable_bug: [ OK ] 0.44 sec.
2024-08-31 18:58:16 02302_lc_nullable_string_insert_as_number: [ OK ] 0.54 sec.
2024-08-31 18:58:17 02311_create_table_with_unknown_format: [ OK ] 1.06 sec.
2024-08-31 18:58:17 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 0.92 sec.
2024-08-31 18:58:17 02312_parquet_orc_arrow_names_tuples: [ OK ] 1.23 sec.
2024-08-31 18:58:17 02294_system_certificates: [ OK ] 0.52 sec.
2024-08-31 18:58:17 02295_GROUP_BY_AggregateFunction: [ OK ] 1.02 sec.
2024-08-31 18:58:17 02292_create_function_validate: [ OK ] 0.52 sec.
2024-08-31 18:58:18 02281_limit_by_distributed: [ OK ] 1.02 sec.
2024-08-31 18:58:18 02293_grouping_function: [ OK ] 1.61 sec.
2024-08-31 18:58:19 02280_add_query_level_settings: [ OK ] 1.15 sec.
2024-08-31 18:58:19 02294_stringsearch_with_nonconst_needle: [ OK ] 2.31 sec.
2024-08-31 18:58:19 02344_distinct_limit_distiributed: [ OK ] 6.87 sec.
2024-08-31 18:58:20 02265_cross_join_empty_list: [ OK ] 0.72 sec.
2024-08-31 18:58:20 02479_race_condition_between_insert_and_droppin_mv: [ OK ] 79.55 sec.
2024-08-31 18:58:20 02282_array_distance: [ OK ] 2.63 sec.
2024-08-31 18:58:20 02251_alter_enum_nested_struct: [ OK ] 0.54 sec.
2024-08-31 18:58:21 02249_parse_date_time_basic: [ OK ] 0.67 sec.
2024-08-31 18:58:21 02267_empty_arrays_read_reverse: [ OK ] 2.87 sec.
2024-08-31 18:58:22 02242_throw_if_constant_argument: [ OK ] 0.42 sec.
2024-08-31 18:58:22 02243_make_date32_mysql: [ OK ] 1.07 sec.
2024-08-31 18:58:23 02250_hints_for_projections: [ OK ] 2.77 sec.
2024-08-31 18:58:23 02240_asof_join_biginteger: [ OK ] 0.59 sec.
2024-08-31 18:58:23 02234_position_case_insensitive_utf8: [ OK ] 0.48 sec.
2024-08-31 18:58:24 02267_file_globs_schema_inference: [ OK ] 5.28 sec.
2024-08-31 18:58:24 02230_create_table_as_ignore_ttl: [ OK ] 0.54 sec.
2024-08-31 18:58:25 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 1.67 sec.
2024-08-31 18:58:26 02223_insert_select_schema_inference: [ OK ] 0.55 sec.
2024-08-31 18:58:27 02222_allow_experimental_projection_optimization__enable_global_with_statement: [ OK ] 0.55 sec.
2024-08-31 18:58:27 02263_format_insert_settings: [ OK ] 7.57 sec.
2024-08-31 18:58:27 02241_parquet_bad_column: [ OK ] 5.11 sec.
2024-08-31 18:58:28 02212_cte_and_table_alias: [ OK ] 0.57 sec.
2024-08-31 18:58:28 02225_hints_for_indeices: [ OK ] 3.85 sec.
2024-08-31 18:58:29 02255_broken_parts_chain_on_start: [ OK ] 9.21 sec.
2024-08-31 18:58:30 02191_parse_date_time_best_effort_more_cases: [ OK ] 0.73 sec.
2024-08-31 18:58:30 02205_map_populate_series_non_const: [ OK ] 2.10 sec.
2024-08-31 18:58:30 02185_split_by_char: [ OK ] 0.47 sec.
2024-08-31 18:58:30 02265_limit_push_down_over_window_functions_bug: [ OK ] 11.65 sec.
2024-08-31 18:58:30 02192_comment_error: [ OK ] 2.50 sec.
2024-08-31 18:58:31 02184_storage_add_support_ttl: [ OK ] 0.83 sec.
2024-08-31 18:58:31 02221_system_zookeeper_unrestricted: [ OK ] 4.10 sec.
2024-08-31 18:58:31 02184_nested_tuple: [ OK ] 0.63 sec.
2024-08-31 18:58:31 02184_hash_functions_and_ip_types: [ OK ] 0.48 sec.
2024-08-31 18:58:31 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 0.52 sec.
2024-08-31 18:58:31 02179_key_condition_no_common_type: [ OK ] 0.52 sec.
2024-08-31 18:58:31 02178_column_function_insert_from: [ OK ] 0.49 sec.
2024-08-31 18:58:32 02179_map_cast_to_array: [ OK ] 0.86 sec.
2024-08-31 18:58:32 02221_system_zookeeper_unrestricted_like: [ OK ] 5.03 sec.
2024-08-31 18:58:32 02177_sum_if_not_found: [ OK ] 0.93 sec.
2024-08-31 18:58:32 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 18:58:32 02176_toStartOfWeek_overflow_pruning: [ OK ] 0.89 sec.
2024-08-31 18:58:32 02183_dictionary_no_attributes: [ OK ] 1.87 sec.
2024-08-31 18:58:33 02238_lz4_bug: [ OK ] 9.83 sec.
2024-08-31 18:58:33 02158_ztest: [ OK ] 0.54 sec.
2024-08-31 18:58:33 02158_interval_length_sum: [ OK ] 0.44 sec.
2024-08-31 18:58:33 02155_parse_date_lowcard_default_throw: [ OK ] 0.42 sec.
2024-08-31 18:58:34 02156_storage_merge_prewhere: [ OK ] 1.21 sec.
2024-08-31 18:58:34 02158_explain_ast_alter_commands: [ OK ] 2.00 sec.
2024-08-31 18:58:34 02174_cte_scalar_cache: [ OK ] 2.91 sec.
2024-08-31 18:58:34 02154_bitmap_contains: [ OK ] 0.46 sec.
2024-08-31 18:58:35 02169_map_functions: [ OK ] 3.28 sec.
2024-08-31 18:58:35 02154_bit_slice_for_fixedstring: [ OK ] 2.65 sec.
2024-08-31 18:58:35 02148_cast_type_parsing: [ OK ] 0.47 sec.
2024-08-31 18:58:36 02147_order_by_optimizations: [ OK ] 0.57 sec.
2024-08-31 18:58:36 02149_read_in_order_fixed_prefix: [ OK ] 1.73 sec.
2024-08-31 18:58:37 02151_client_option_echo: [ OK ] 2.53 sec.
2024-08-31 18:58:37 02139_MV_with_scalar_subquery: [ OK ] 0.68 sec.
2024-08-31 18:58:37 02144_avg_ubsan: [ OK ] 0.88 sec.
2024-08-31 18:58:38 02154_dictionary_get_http_json: [ OK ] 4.32 sec.
2024-08-31 18:58:38 02127_storage_join_settings_with_persistency: [ OK ] 0.47 sec.
2024-08-31 18:58:38 02126_alter_table_alter_column: [ OK ] 0.43 sec.
2024-08-31 18:58:38 02125_many_mutations: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 18:58:38 02147_arrow_duplicate_columns: [ OK ] 2.79 sec.
2024-08-31 18:58:38 02136_scalar_progress: [ OK ] 1.58 sec.
2024-08-31 18:58:38 02125_dict_get_type_nullable_fix: [ OK ] 0.78 sec.
2024-08-31 18:58:39 02136_scalar_read_rows_json: [ OK ] 2.22 sec.
2024-08-31 18:58:49 02165_auto_format_by_file_extension: [ OK ] 16.84 sec.
2024-08-31 18:58:50 02124_uncompressed_cache: [ OK ] 1.30 sec.
2024-08-31 18:58:51 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 0.71 sec.
2024-08-31 18:58:53 02124_buffer_insert_select_race: [ OK ] 13.39 sec.
2024-08-31 18:58:54 02124_comparison_betwwen_decimal_and_float: [ OK ] 1.67 sec.
2024-08-31 18:59:02 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 23.60 sec.
2024-08-31 18:59:03 02125_lz4_compression_bug_TSV: [ OK ] 24.39 sec.
2024-08-31 18:59:03 02125_lz4_compression_bug_CSV: [ OK ] 24.94 sec.
2024-08-31 18:59:04 02124_buffer_with_type_map_long: [ OK ] 12.90 sec.
2024-08-31 18:59:07 02122_parallel_formatting_CSVWithNames: [ OK ] 12.98 sec.
2024-08-31 18:59:12 02122_parallel_formatting_Values: [ OK ] 9.21 sec.
2024-08-31 18:59:13 02122_parallel_formatting_TSVWithNamesAndTypes: [ OK ] 10.56 sec.
2024-08-31 18:59:13 02125_lz4_compression_bug_JSONEachRow: [ OK ] 34.88 sec.
2024-08-31 18:59:14 02122_parallel_formatting_CSV: [ OK ] 11.26 sec.
2024-08-31 18:59:19 02122_parallel_formatting_Pretty: [ OK ] 15.62 sec.
2024-08-31 18:59:20 02122_parallel_formatting_PrettySpace: [ OK ] 12.74 sec.
2024-08-31 18:59:22 02119_sumcount: [ OK ] 2.53 sec.
2024-08-31 18:59:23 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 10.92 sec.
2024-08-31 18:59:24 02122_parallel_formatting_TSV: [ OK ] 9.40 sec.
2024-08-31 18:59:24 02113_base64encode_trailing_bytes: [ OK ] 3.53 sec.
2024-08-31 18:59:24 02113_untuple_func_alias: [ OK ] 0.50 sec.
2024-08-31 18:59:24 02112_skip_index_set_and_or: [ OK ] 0.52 sec.
2024-08-31 18:59:25 02113_hdfs_assert: [ OK ] 2.60 sec.
2024-08-31 18:59:26 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 13.82 sec.
2024-08-31 18:59:27 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 13.83 sec.
2024-08-31 18:59:28 02097_remove_sample_by: [ OK ] 1.33 sec.
2024-08-31 18:59:28 02097_polygon_dictionary_store_key: [ OK ] 1.00 sec.
2024-08-31 18:59:29 02096_date_time_1970_saturation: [ OK ] 1.60 sec.
2024-08-31 18:59:29 02096_date_time_1970_saturation2: [ OK ] 1.47 sec.
2024-08-31 18:59:30 02049_lowcardinality_shortcircuit_crash: [ OK ] 0.74 sec.
2024-08-31 18:59:31 02050_clickhouse_local_parsing_exception: [ OK ] 1.74 sec.
2024-08-31 18:59:32 02043_user_defined_executable_function_implicit_cast: [ OK ] 1.09 sec.
2024-08-31 18:59:34 02150_index_hypothesis_race_long: [ OK ] 59.35 sec.
2024-08-31 18:59:34 02098_with_types_use_header: [ OK ] 9.84 sec.
2024-08-31 18:59:34 02044_url_glob_parallel: [ OK ] 3.87 sec.
2024-08-31 18:59:35 02028_tokens: [ OK ] 0.70 sec.
2024-08-31 18:59:35 02027_arrayCumSumNonNegative_const: [ OK ] 0.45 sec.
2024-08-31 18:59:35 02029_test_options_requests: [ OK ] 1.33 sec.
2024-08-31 18:59:35 02030_client_unknown_database: [ OK ] 1.68 sec.
2024-08-31 18:59:36 02025_having_filter_column: [ OK ] 0.55 sec.
2024-08-31 18:59:36 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 4.13 sec.
2024-08-31 18:59:37 02026_accurate_cast_or_default: [ OK ] 1.27 sec.
2024-08-31 18:59:37 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.56 sec.
2024-08-31 18:59:37 02025_nested_func_for_if_combinator: [ OK ] 1.18 sec.
2024-08-31 18:59:37 02023_transform_or_to_in: [ OK ] 0.69 sec.
2024-08-31 18:59:37 02021_h3_get_faces: [ OK ] 0.58 sec.
2024-08-31 18:59:39 02021_map_bloom_filter_index: [ OK ] 2.10 sec.
2024-08-31 18:59:39 02015_order_by_with_fill_misoptimization: [ OK ] 0.48 sec.
2024-08-31 18:59:43 02021_create_database_with_comment: [ OK ] 6.22 sec.
2024-08-31 18:59:43 02015_async_inserts_6: [ OK ] 3.90 sec.
2024-08-31 18:59:44 02012_sha512_fixedstring: [ OK ] 0.63 sec.
2024-08-31 18:59:45 02013_json_function_null_column: [ OK ] 1.97 sec.
2024-08-31 18:59:45 02012_zookeeper_changed_enum_type: [ OK ] 1.20 sec.
2024-08-31 18:59:46 02010_array_index_bad_cast: [ OK ] 0.60 sec.
2024-08-31 18:59:47 02011_normalize_utf8: [ OK ] 2.12 sec.
2024-08-31 18:59:48 02009_array_join_partition: [ OK ] 0.95 sec.
2024-08-31 18:59:50 02389_analyzer_nested_lambda: [ OK ] 117.18 sec.
2024-08-31 18:59:50 02010_lc_native: [ OK ] 4.03 sec.
2024-08-31 18:59:51 02008_test_union_distinct_in_subquery: [ OK ] 2.45 sec.
2024-08-31 18:59:51 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 1.05 sec.
2024-08-31 18:59:51 02006_test_positional_arguments_on_cluster: [ OK ] 1.51 sec.
2024-08-31 18:59:52 02002_sampling_and_unknown_column_bug: [ OK ] 0.96 sec.
2024-08-31 18:59:53 02006_client_test_hint_no_such_error_name: [ OK ] 2.03 sec.
2024-08-31 18:59:53 01961_roaring_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 18:59:55 02001_append_output_file: [ OK ] 2.50 sec.
2024-08-31 18:59:56 01948_group_bitmap_and_or_xor_fix: [ OK ] 0.94 sec.
2024-08-31 18:59:57 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 3.74 sec.
2024-08-31 18:59:57 02100_multiple_hosts_command_line_set_ssl: [ OK ] 32.92 sec.
2024-08-31 18:59:58 01943_log_column_sizes: [ OK ] 1.17 sec.
2024-08-31 18:59:59 01943_non_deterministic_order_key: [ OK ] 1.42 sec.
2024-08-31 19:00:00 01940_point_in_polygon_ubsan: [ OK ] 0.64 sec.
2024-08-31 19:00:00 01945_show_debug_warning: [ OK ] 3.89 sec.
2024-08-31 19:00:01 01947_multiple_pipe_read: [ OK ] 4.80 sec.
2024-08-31 19:00:01 01936_three_parts_identifiers_in_wrong_places: [ OK ] 1.19 sec.
2024-08-31 19:00:02 01925_json_as_string_data_in_square_brackets: [ OK ] 0.83 sec.
2024-08-31 19:00:02 01935_parametrized_query_parametric_aggregate_function: [ OK ] 1.72 sec.
2024-08-31 19:00:03 01924_argmax_bitmap_state: [ OK ] 0.99 sec.
2024-08-31 19:00:03 01917_distinct_on: [ OK ] 0.65 sec.
2024-08-31 19:00:03 01925_jit_aggregation_function_count_long: [ OK ] 1.94 sec.
2024-08-31 19:00:04 01915_json_extract_raw_string: [ OK ] 0.63 sec.
2024-08-31 19:00:04 01916_low_cardinality_interval: [ OK ] 0.83 sec.
2024-08-31 19:00:04 01913_fix_column_transformer_replace_format: [ OK ] 0.77 sec.
2024-08-31 19:00:04 01912_bad_cast_join_fuzz: [ OK ] 0.67 sec.
2024-08-31 19:00:05 01906_partition_by_multiply_by_zero: [ OK ] 1.12 sec.
2024-08-31 19:00:11 01895_jit_aggregation_function_avg_long: [ OK ] 5.82 sec.
2024-08-31 19:00:12 02015_shard_crash_clang_12_build: [ OK ] 34.68 sec.
2024-08-31 19:00:12 01891_partition_hash: [ OK ] 0.81 sec.
2024-08-31 19:00:12 01891_not_like_partition_prune: [ OK ] 0.63 sec.
2024-08-31 19:00:13 01890_cross_join_explain_crash: [ OK ] 0.51 sec.
2024-08-31 19:00:14 01890_state_of_state: [ OK ] 2.42 sec.
2024-08-31 19:00:15 01883_with_grouping_sets: [ OK ] 1.61 sec.
2024-08-31 19:00:15 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.39 sec.
2024-08-31 19:00:15 01868_order_by_fill_with_datetime64: [ OK ] 0.61 sec.
2024-08-31 19:00:16 01867_fix_storage_memory_mutation: [ OK ] 0.63 sec.
2024-08-31 19:00:16 01866_split_by_regexp: [ OK ] 0.51 sec.
2024-08-31 19:00:16 01852_jit_if: [ OK ] 0.60 sec.
2024-08-31 19:00:17 01852_cast_operator_2: [ OK ] 0.89 sec.
2024-08-31 19:00:17 01852_cast_operator_3: [ OK ] 0.72 sec.
2024-08-31 19:00:17 01848_http_insert_segfault: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 19:00:18 01838_system_dictionaries_virtual_key_column: [ OK ] 0.67 sec.
2024-08-31 19:00:18 01848_partition_value_column: [ OK ] 1.47 sec.
2024-08-31 19:00:19 01836_date_time_keep_default_timezone_on_operations_den_crane: [ OK ] 0.83 sec.
2024-08-31 19:00:19 01832_memory_write_suffix: [ OK ] 0.52 sec.
2024-08-31 19:00:19 01903_csvwithnames_subset_of_columns: [ OK ] 14.73 sec.
2024-08-31 19:00:19 01825_type_json_mutations: [ OK ] 0.81 sec.
2024-08-31 19:00:20 01825_type_json_in_array: [ OK ] 0.88 sec.
2024-08-31 19:00:20 02098_hashed_array_dictionary_simple_key: [ OK ] 55.53 sec.
2024-08-31 19:00:20 01825_type_json_insert_select: [ OK ] 1.35 sec.
2024-08-31 19:00:21 01825_type_json_ephemeral: [ OK ] 0.57 sec.
2024-08-31 19:00:21 01825_type_json_empty_string: [ OK ] 0.57 sec.
2024-08-31 19:00:21 01825_type_json_describe: [ OK ] 0.50 sec.
2024-08-31 19:00:21 01825_type_json_3: [ OK ] 1.68 sec.
2024-08-31 19:00:22 01822_union_and_constans_error: [ OK ] 0.67 sec.
2024-08-31 19:00:22 01824_move_to_prewhere_many_columns: [ OK ] 1.08 sec.
2024-08-31 19:00:22 01825_type_json_1: [ OK ] 1.44 sec.
2024-08-31 19:00:23 01802_toDateTime64_large_values: [ OK ] 0.68 sec.
2024-08-31 19:00:23 01787_arena_assert_column_nothing: [ OK ] 0.47 sec.
2024-08-31 19:00:23 02020_alter_table_modify_comment: [ OK ] 46.12 sec.
2024-08-31 19:00:23 01801_dateDiff_DateTime64: [ OK ] 1.31 sec.
2024-08-31 19:00:24 01785_pmj_lc_bug: [ OK ] 0.78 sec.
2024-08-31 19:00:29 01783_parallel_formatting_memory: [ OK ] 4.82 sec.
2024-08-31 19:00:29 01910_view_dictionary_check_refresh: [ OK ] 25.39 sec.
2024-08-31 19:00:29 01786_group_by_pk_many_streams: [ OK ] 6.13 sec.
2024-08-31 19:00:30 01781_map_op_ubsan: [ OK ] 0.51 sec.
2024-08-31 19:00:30 01780_column_sparse_distinct: [ OK ] 0.84 sec.
2024-08-31 19:00:31 01774_tuple_null_in: [ OK ] 0.46 sec.
2024-08-31 19:00:31 01773_case_sensitive_revision: [ OK ] 0.46 sec.
2024-08-31 19:00:31 01780_dict_get_or_null: [ OK ] 2.00 sec.
2024-08-31 19:00:32 01780_column_sparse_filter: [ OK ] 1.86 sec.
2024-08-31 19:00:32 01769_extended_range_2: [ OK ] 0.78 sec.
2024-08-31 19:00:33 01761_alter_decimal_zookeeper_long: [ OK ] 0.98 sec.
2024-08-31 19:00:33 01763_filter_push_down_bugs: [ OK ] 1.33 sec.
2024-08-31 19:00:33 01821_join_table_race_long: [ OK ] 12.15 sec.
2024-08-31 19:00:33 01767_timezoneOf: [ OK ] 1.74 sec.
2024-08-31 19:00:34 01755_shard_pruning_with_literal: [ OK ] 0.56 sec.
2024-08-31 19:00:35 01747_alter_partition_key_enum_zookeeper_long: [ OK ] 1.28 sec.
2024-08-31 19:00:35 01786_explain_merge_tree: [ OK ] 11.51 sec.
2024-08-31 19:00:35 01750_parsing_exception: [ OK ] 2.16 sec.
2024-08-31 19:00:36 01814_distributed_push_down_limit: [ OK ] 14.02 sec.
2024-08-31 19:00:36 01716_array_difference_overflow: [ OK ] 0.55 sec.
2024-08-31 19:00:37 01720_type_map_and_casts: [ OK ] 2.03 sec.
2024-08-31 19:00:37 01710_projections_in_distributed_query: [ OK ] 1.20 sec.
2024-08-31 19:00:38 01710_aggregate_projection_with_grouping_set: [ OK ] 0.87 sec.
2024-08-31 19:00:40 01710_projection_fetch_long: [ OK ] 1.77 sec.
2024-08-31 19:00:41 01710_projection_materialize_with_missing_columns: [ OK ] 0.65 sec.
2024-08-31 19:00:41 01710_normal_projection_format: [ OK ] 0.55 sec.
2024-08-31 19:00:43 02099_hashed_array_dictionary_complex_key: [ OK ] 78.78 sec.
2024-08-31 19:00:44 01710_projection_additional_filters: [ OK ] 0.89 sec.
2024-08-31 19:00:47 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 14.11 sec.
2024-08-31 19:00:47 01710_query_log_with_projection_info: [ OK ] 3.46 sec.
2024-08-31 19:00:47 01715_background_checker_blather_zookeeper_long: [ OK ] 11.56 sec.
2024-08-31 19:00:48 01710_projection_mutation: [ OK ] 1.04 sec.
2024-08-31 19:00:48 01710_order_by_projections_complete: [ OK ] 0.79 sec.
2024-08-31 19:00:48 01710_force_use_projection: [ OK ] 0.93 sec.
2024-08-31 19:00:49 01710_projection_drop_if_exists: [ OK ] 0.58 sec.
2024-08-31 19:00:49 01710_order_by_projections_incomplete: [ OK ] 0.75 sec.
2024-08-31 19:00:49 01709_inactive_parts_to_throw_insert: [ OK ] 0.66 sec.
2024-08-31 19:00:49 01706_optimize_normalize_count_variants: [ OK ] 0.48 sec.
2024-08-31 19:00:50 01702_toDateTime_from_string_clamping: [ OK ] 0.55 sec.
2024-08-31 19:00:50 01702_bitmap_native_integers: [ OK ] 0.59 sec.
2024-08-31 19:00:50 01700_point_in_polygon_ubsan: [ OK ] 0.52 sec.
2024-08-31 19:00:51 01692_DateTime64_from_DateTime: [ OK ] 0.80 sec.
2024-08-31 19:00:51 01746_long_zstd_http_compression_json_format: [ OK ] 17.54 sec.
2024-08-31 19:00:52 01676_round_int_ubsan: [ OK ] 0.43 sec.
2024-08-31 19:00:52 01681_arg_min_max_if_fix: [ OK ] 0.63 sec.
2024-08-31 19:00:52 01672_actions_dag_merge_crash: [ OK ] 0.71 sec.
2024-08-31 19:00:53 01670_distributed_bytes_to_throw_insert: [ OK ] 0.69 sec.
2024-08-31 19:00:53 01710_projection_optimize_materialize: [ OK ] 5.12 sec.
2024-08-31 19:00:54 01664_array_slice_ubsan: [ OK ] 0.51 sec.
2024-08-31 19:00:54 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 17.41 sec.
2024-08-31 19:00:55 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.54 sec.
2024-08-31 19:00:55 01670_log_comment: [ OK ] 2.20 sec.
2024-08-31 19:00:56 01662_date_ubsan: [ OK ] 1.95 sec.
2024-08-31 19:00:57 01732_race_condition_storage_join_long: [ OK ] 22.50 sec.
2024-08-31 19:00:57 01710_projections_optimize_aggregation_in_order: [ OK ] 15.55 sec.
2024-08-31 19:00:57 01660_join_or_any: [ OK ] 2.69 sec.
2024-08-31 19:00:58 01657_test_toHour_mysql_compatibility: [ OK ] 0.43 sec.
2024-08-31 19:00:58 01660_join_or_all: [ OK ] 2.44 sec.
2024-08-31 19:00:58 01655_agg_if_nullable: [ OK ] 0.54 sec.
2024-08-31 19:00:58 01655_quarter_modificator_for_formatDateTime: [ OK ] 0.52 sec.
2024-08-31 19:00:58 01660_system_parts_smoke: [ OK ] 1.95 sec.
2024-08-31 19:00:58 01652_ttl_old_syntax: [ OK ] 0.63 sec.
2024-08-31 19:00:58 01649_with_alias_key_condition: [ OK ] 0.50 sec.
2024-08-31 19:00:59 01634_uuid_fuzz: [ OK ] 0.56 sec.
2024-08-31 19:00:59 01646_fix_window_funnel_inconistency: [ OK ] 0.88 sec.
2024-08-31 19:00:59 01634_sum_map_nulls: [ OK ] 0.63 sec.
2024-08-31 19:00:59 01630_disallow_floating_point_as_partition_key: [ OK ] 0.57 sec.
2024-08-31 19:00:59 01632_group_array_msan: [ OK ] 0.93 sec.
2024-08-31 19:01:00 01622_multiple_ttls: [ OK ] 0.89 sec.
2024-08-31 19:01:00 01622_constraints_where_optimization: [ OK ] 0.70 sec.
2024-08-31 19:01:01 01686_event_time_microseconds_part_log: [ OK ] 10.15 sec.
2024-08-31 19:01:01 01606_git_import: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 19:01:01 01605_drop_settings_profile_while_assigned: [ OK ] 0.54 sec.
2024-08-31 19:01:02 01622_defaults_for_url_engine: [ OK ] 1.84 sec.
2024-08-31 19:01:02 01604_explain_ast_of_nonselect_query: [ OK ] 0.44 sec.
2024-08-31 19:01:02 02003_memory_limit_in_client: [ OK ] 70.89 sec.
2024-08-31 19:01:02 01621_clickhouse_compressor: [ OK ] 1.84 sec.
2024-08-31 19:01:02 01596_null_as_default_nullable: [ OK ] 0.45 sec.
2024-08-31 19:01:02 01622_byte_size: [ OK ] 2.93 sec.
2024-08-31 19:01:03 01592_window_functions: [ OK ] 0.77 sec.
2024-08-31 19:01:03 01585_fuzz_bits_with_bugfix: [ OK ] 0.51 sec.
2024-08-31 19:01:03 01600_select_in_different_types: [ OK ] 1.51 sec.
2024-08-31 19:01:03 01584_distributed_buffer_cannot_find_column: [ OK ] 0.92 sec.
2024-08-31 19:01:03 01566_negate_formatting: [ OK ] 0.43 sec.
2024-08-31 19:01:04 01557_field_infinite_convert_to_number: [ OK ] 0.51 sec.
2024-08-31 19:01:04 01570_aggregator_combinator_simple_state: [ OK ] 1.12 sec.
2024-08-31 19:01:04 01560_optimize_on_insert_zookeeper: [ OK ] 0.92 sec.
2024-08-31 19:01:04 01558_transform_null_in: [ OK ] 0.98 sec.
2024-08-31 19:01:04 01556_if_null: [ OK ] 0.43 sec.
2024-08-31 19:01:05 01554_interpreter_integer_float: [ OK ] 0.48 sec.
2024-08-31 19:01:05 01556_explain_select_with_union_query: [ OK ] 0.88 sec.
2024-08-31 19:01:05 01548_lzy305: [ OK ] 0.74 sec.
2024-08-31 19:01:05 01554_bloom_filter_index_big_integer_uuid: [ OK ] 0.83 sec.
2024-08-31 19:01:05 01537_fuzz_count_equal: [ OK ] 0.43 sec.
2024-08-31 19:01:05 01544_errorCodeToName: [ OK ] 0.54 sec.
2024-08-31 19:01:05 01601_accurate_cast: [ OK ] 3.79 sec.
2024-08-31 19:01:06 01532_having_with_totals: [ OK ] 0.75 sec.
2024-08-31 19:01:06 01533_optimize_skip_merged_partitions: [ OK ] 0.88 sec.
2024-08-31 19:01:06 01533_sum_if_nullable_bug: [ OK ] 0.87 sec.
2024-08-31 19:01:06 01532_min_max_with_modifiers: [ OK ] 0.65 sec.
2024-08-31 19:01:07 01533_distinct_depends_on_max_threads: [ OK ] 1.60 sec.
2024-08-31 19:01:07 01528_setting_aggregate_functions_null_for_empty: [ OK ] 0.98 sec.
2024-08-31 19:01:07 01518_nullable_aggregate_states1: [ OK ] 1.24 sec.
2024-08-31 19:01:08 01518_cast_nullable_virtual_system_column: [ OK ] 0.68 sec.
2024-08-31 19:01:10 01515_mv_and_array_join_optimisation_bag: [ OK ] 2.02 sec.
2024-08-31 19:01:17 01518_select_in_null: [ OK ] 9.65 sec.
2024-08-31 19:01:18 01514_input_format_csv_enum_as_number_setting: [ OK ] 0.68 sec.
2024-08-31 19:01:18 01514_input_format_json_enum_as_number: [ OK ] 0.74 sec.
2024-08-31 19:01:23 01675_data_type_coroutine: [ OK ] 31.27 sec.
2024-08-31 19:01:31 01531_query_log_query_comment: [ OK ] 24.49 sec.
2024-08-31 19:01:56 01514_distributed_cancel_query_on_error: [ OK ] 45.77 sec.
2024-08-31 19:02:06 01526_client_start_and_exit: [ OK ] 15.87 sec.
2024-08-31 19:02:06 01514_parallel_formatting: [ OK ] 47.99 sec.
2024-08-31 19:02:06 01513_defaults_on_defaults_no_column: [ OK ] 10.17 sec.
2024-08-31 19:02:06 01630_simple_aggregate_all_functions_in_summing_merge_tree: [ OK ] 67.70 sec.
2024-08-31 19:02:07 01518_nullable_aggregate_states2: [ OK ] 59.82 sec.
2024-08-31 19:02:07 01513_count_without_select_sequence_consistency_zookeeper_long: [ OK ] 35.98 sec.
2024-08-31 19:02:07 01508_explain_header: [ OK ] 0.45 sec.
2024-08-31 19:02:07 01507_transform_null_in: [ OK ] 0.56 sec.
2024-08-31 19:02:07 01509_output_format_pretty_row_numbers: [ OK ] 0.96 sec.
2024-08-31 19:02:08 01506_ttl_same_with_order_by: [ OK ] 1.33 sec.
2024-08-31 19:02:08 01505_trivial_count_with_partition_predicate: [ OK ] 1.33 sec.
2024-08-31 19:02:09 01497_mutation_support_for_storage_memory: [ OK ] 0.55 sec.
2024-08-31 19:02:09 01504_compression_multiple_streams: [ OK ] 1.92 sec.
2024-08-31 19:02:10 01495_subqueries_in_with_statement_2: [ OK ] 1.46 sec.
2024-08-31 19:02:10 01493_alter_remove_wrong_default: [ OK ] 1.27 sec.
2024-08-31 19:02:11 01491_nested_multiline_comments: [ OK ] 0.62 sec.
2024-08-31 19:02:12 01493_alter_remove_no_property_zookeeper_long: [ OK ] 1.91 sec.
2024-08-31 19:02:12 01495_subqueries_in_with_statement: [ OK ] 3.13 sec.
2024-08-31 19:02:12 01482_move_to_prewhere_and_cast: [ OK ] 0.89 sec.
2024-08-31 19:02:12 01475_fix_bigint_shift: [ OK ] 0.63 sec.
2024-08-31 19:02:13 01471_with_format: [ OK ] 0.61 sec.
2024-08-31 19:02:13 01474_bad_global_join: [ OK ] 1.26 sec.
2024-08-31 19:02:14 01470_explain: [ OK ] 0.58 sec.
2024-08-31 19:02:14 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.67 sec.
2024-08-31 19:02:14 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 0.54 sec.
2024-08-31 19:02:15 01475_mutation_with_if: [ OK ] 2.68 sec.
2024-08-31 19:02:15 01441_array_combinator: [ OK ] 0.67 sec.
2024-08-31 19:02:16 01457_int256_hashing: [ OK ] 1.54 sec.
2024-08-31 19:02:16 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.97 sec.
2024-08-31 19:02:20 01442_date_time_with_params: [ OK ] 5.33 sec.
2024-08-31 19:02:20 01430_modify_sample_by_zookeeper_long: [ OK ] 4.40 sec.
2024-08-31 19:02:21 01428_hash_set_nan_key: [ OK ] 1.30 sec.
2024-08-31 19:02:21 01424_parse_date_time_bad_date: [ OK ] 0.85 sec.
2024-08-31 19:02:22 01421_assert_in_in: [ OK ] 0.64 sec.
2024-08-31 19:02:23 01419_materialize_null: [ OK ] 0.74 sec.
2024-08-31 19:02:24 01419_skip_index_compact_parts: [ OK ] 1.59 sec.
2024-08-31 19:02:25 01420_format_row: [ OK ] 3.90 sec.
2024-08-31 19:02:26 01418_query_scope_constants_and_remote: [ OK ] 1.37 sec.
2024-08-31 19:02:27 01413_alter_update_supertype: [ OK ] 1.39 sec.
2024-08-31 19:02:27 01414_bloom_filter_index_with_const_column: [ OK ] 2.16 sec.
2024-08-31 19:02:28 01429_empty_arrow_and_parquet: [ OK ] 11.49 sec.
2024-08-31 19:02:29 01408_range_overflow: [ OK ] 1.07 sec.
2024-08-31 19:02:29 01400_join_get_with_multi_keys: [ OK ] 1.01 sec.
2024-08-31 19:02:29 01397_in_bad_arguments: [ OK ] 0.76 sec.
2024-08-31 19:02:31 01509_parallel_quorum_and_merge_long: [ OK ] 24.31 sec.
2024-08-31 19:02:33 01406_carriage_return_in_tsv_csv: [ OK ] 4.94 sec.
2024-08-31 19:02:33 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 26.25 sec.
2024-08-31 19:02:34 01386_negative_float_constant_key_condition: [ OK ] 1.45 sec.
2024-08-31 19:02:34 01375_storage_file_write_prefix_csv_with_names: [ OK ] 1.31 sec.
2024-08-31 19:02:34 01387_clear_column_default_depends: [ OK ] 3.56 sec.
2024-08-31 19:02:35 01359_geodistance_loop: [ OK ] 0.58 sec.
2024-08-31 19:02:35 01360_division_overflow: [ OK ] 0.81 sec.
2024-08-31 19:02:36 01393_benchmark_secure_port: [ OK ] 6.19 sec.
2024-08-31 19:02:36 01355_if_fixed_string: [ OK ] 0.88 sec.
2024-08-31 19:02:37 01345_index_date_vs_datetime: [ OK ] 0.95 sec.
2024-08-31 19:02:37 01326_hostname_alias: [ OK ] 0.52 sec.
2024-08-31 19:02:38 01339_client_unrecognized_option: [ OK ] 2.54 sec.
2024-08-31 19:02:39 01323_add_scalars_in_time: [ OK ] 1.41 sec.
2024-08-31 19:02:39 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 0.61 sec.
2024-08-31 19:02:40 01502_long_log_tinylog_deadlock_race: [ OK ] 32.35 sec.
2024-08-31 19:02:41 01355_CSV_input_format_allow_errors: [ OK ] 5.88 sec.
2024-08-31 19:02:41 01319_manual_write_to_replicas_long: [ OK ] 2.03 sec.
2024-08-31 19:02:41 01318_alter_add_constraint_format: [ OK ] 1.38 sec.
2024-08-31 19:02:42 01315_count_distinct_return_not_nullable: [ OK ] 0.91 sec.
2024-08-31 19:02:42 01313_parse_date_time_best_effort_null_zero: [ OK ] 1.22 sec.
2024-08-31 19:02:42 01312_skip_empty_params: [ OK ] 1.31 sec.
2024-08-31 19:02:43 01311_comparison_with_constant_string: [ OK ] 1.01 sec.
2024-08-31 19:02:43 01305_buffer_final_bug: [ OK ] 0.57 sec.
2024-08-31 19:02:43 01318_decrypt: [ OK ] 4.14 sec.
2024-08-31 19:02:43 01305_polygons_union: [ OK ] 1.08 sec.
2024-08-31 19:02:44 01300_read_wkt: [ OK ] 0.80 sec.
2024-08-31 19:02:44 01291_distributed_low_cardinality_memory_efficient: [ OK ] 0.71 sec.
2024-08-31 19:02:44 01358_lc_parquet: [ OK ] 9.98 sec.
2024-08-31 19:02:45 01308_orc_output_format_arrays: [ OK ] 3.11 sec.
2024-08-31 19:02:47 01278_random_string_utf8: [ OK ] 1.22 sec.
2024-08-31 19:02:47 01293_client_interactive_vertical_multiline: [ OK ] 3.80 sec.
2024-08-31 19:02:48 01288_shard_max_network_bandwidth: [ OK ] 3.38 sec.
2024-08-31 19:02:48 01277_toUnixTimestamp64: [ OK ] 1.08 sec.
2024-08-31 19:02:49 01274_alter_rename_column_distributed: [ OK ] 1.06 sec.
2024-08-31 19:02:49 01278_variance_nonnegative: [ OK ] 4.42 sec.
2024-08-31 19:02:49 01276_alter_rename_column_materialized_expr: [ OK ] 1.78 sec.
2024-08-31 19:02:49 01275_extract_groups_check: [ OK ] 1.42 sec.
2024-08-31 19:02:50 01272_offset_without_limit: [ OK ] 0.69 sec.
2024-08-31 19:02:51 01269_create_with_null: [ OK ] 0.99 sec.
2024-08-31 19:02:51 01266_default_prewhere_reqq: [ OK ] 0.73 sec.
2024-08-31 19:02:52 01271_http_code_parse_error: [ OK ] 2.95 sec.
2024-08-31 19:02:53 01265_datetime_string_comparison_felix_mueller: [ OK ] 1.06 sec.
2024-08-31 19:02:53 01273_arrow_load: [ OK ] 4.05 sec.
2024-08-31 19:02:53 01256_misspell_layout_name_podshumok: [ OK ] 0.83 sec.
2024-08-31 19:02:53 01258_wrong_cast_filimonov: [ OK ] 1.25 sec.
2024-08-31 19:02:54 01273_arrow_nullable_arrays_load: [ OK ] 4.63 sec.
2024-08-31 19:02:54 01251_string_comparison: [ OK ] 0.53 sec.
2024-08-31 19:02:54 01253_subquery_in_aggregate_function_JustStranger: [ OK ] 1.14 sec.
2024-08-31 19:02:54 01247_some_msan_crashs_from_22517: [ OK ] 0.71 sec.
2024-08-31 19:02:55 01245_limit_infinite_sources: [ OK ] 1.58 sec.
2024-08-31 19:02:56 01214_test_storage_merge_aliases_with_where: [ OK ] 1.50 sec.
2024-08-31 19:02:56 01213_alter_rename_column: [ OK ] 1.15 sec.
2024-08-31 19:02:56 01197_summing_enum: [ OK ] 0.58 sec.
2024-08-31 19:02:58 01178_int_field_to_decimal: [ OK ] 1.50 sec.
2024-08-31 19:02:58 01232_json_as_string_format: [ OK ] 3.86 sec.
2024-08-31 19:02:59 01223_dist_on_dist: [ OK ] 4.62 sec.
2024-08-31 19:02:59 01176_mysql_client_interactive: [ OK ] 2.47 sec.
2024-08-31 19:03:02 01166_truncate_multiple_partitions: [ OK ] 2.60 sec.
2024-08-31 19:03:02 01163_search_case_insensetive_utf8: [ OK ] 0.74 sec.
2024-08-31 19:03:04 01289_min_execution_speed_not_too_early: [ OK ] 19.62 sec.
2024-08-31 19:03:05 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 2.41 sec.
2024-08-31 19:03:05 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 1.23 sec.
2024-08-31 19:03:06 01138_join_on_distributed_and_tmp: [ OK ] 0.60 sec.
2024-08-31 19:03:06 01142_merge_join_lc_and_nullable_in_key: [ OK ] 1.65 sec.
2024-08-31 19:03:08 01513_optimize_aggregation_in_order_memory_long: [ OK ] 105.49 sec.
2024-08-31 19:03:10 01132_max_rows_to_read: [ OK ] 1.20 sec.
2024-08-31 19:03:11 01120_join_constants: [ OK ] 0.87 sec.
2024-08-31 19:03:12 01114_alter_modify_compact_parts: [ OK ] 1.23 sec.
2024-08-31 19:03:16 01107_join_right_table_totals: [ OK ] 4.44 sec.
2024-08-31 19:03:17 01175_distributed_ddl_output_mode_long: [ OK ] 18.71 sec.
2024-08-31 19:03:19 01107_tuples_arrays_parsing_exceptions: [ OK ] 2.25 sec.
2024-08-31 19:03:19 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 19:03:19 01104_distributed_one_test: [ OK ] 2.13 sec.
2024-08-31 19:03:19 01100_split_by_string: [ OK ] 0.62 sec.
2024-08-31 19:03:20 01093_cyclic_defaults_filimonov: [ OK ] 1.38 sec.
2024-08-31 19:03:21 01091_insert_with_default_json: [ OK ] 1.01 sec.
2024-08-31 19:03:21 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.73 sec.
2024-08-31 19:03:22 01083_cross_to_inner_with_in_bug: [ OK ] 1.00 sec.
2024-08-31 19:03:23 01081_demangle: [ OK ] 0.60 sec.
2024-08-31 19:03:24 01137_order_by_func: [ OK ] 18.77 sec.
2024-08-31 19:03:27 01079_alter_default_zookeeper_long: [ OK ] 2.07 sec.
2024-08-31 19:03:27 01088_window_view_default_column: [ OK ] 6.24 sec.
2024-08-31 19:03:27 01079_new_range_reader_segfault: [ OK ] 0.60 sec.
2024-08-31 19:03:28 01169_alter_partition_isolation_stress: [ OK ] 29.61 sec.
2024-08-31 19:03:28 01080_window_view_inner_table_memory_hop: [ OK ] 4.59 sec.
2024-08-31 19:03:28 01077_yet_another_prewhere_test: [ OK ] 0.61 sec.
2024-08-31 19:03:28 01078_merge_tree_read_one_thread: [ OK ] 1.80 sec.
2024-08-31 19:03:29 01075_in_arrays_enmk: [ OK ] 0.62 sec.
2024-08-31 19:03:29 01073_crlf_end_of_line: [ OK ] 0.58 sec.
2024-08-31 19:03:29 01133_begin_commit_race: [ OK ] 22.51 sec.
2024-08-31 19:03:30 01071_in_array: [ OK ] 0.46 sec.
2024-08-31 19:03:30 01073_show_tables_not_like: [ OK ] 0.81 sec.
2024-08-31 19:03:30 01070_h3_to_parent: [ OK ] 0.44 sec.
2024-08-31 19:03:30 01070_h3_to_children: [ OK ] 0.72 sec.
2024-08-31 19:03:30 01070_string_to_h3: [ OK ] 0.40 sec.
2024-08-31 19:03:31 01076_array_join_prewhere_const_folding: [ OK ] 3.21 sec.
2024-08-31 19:03:31 01070_alter_with_ttl: [ OK ] 0.55 sec.
2024-08-31 19:03:31 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 0.60 sec.
2024-08-31 19:03:31 01068_parens: [ OK ] 0.43 sec.
2024-08-31 19:03:32 01061_alter_codec_with_type: [ OK ] 0.53 sec.
2024-08-31 19:03:33 01056_prepared_statements_null_and_escaping: [ OK ] 2.00 sec.
2024-08-31 19:03:34 01077_window_view_alter_query_to_modify_source: [ OK ] 6.40 sec.
2024-08-31 19:03:34 01064_pm_all_join_const_and_nullable: [ OK ] 3.05 sec.
2024-08-31 19:03:34 01071_window_view_event_tumble_asc_join: [ OK ] 5.14 sec.
2024-08-31 19:03:35 01045_dictionaries_restrictions: [ OK ] 0.68 sec.
2024-08-31 19:03:35 01055_compact_parts: [ OK ] 2.04 sec.
2024-08-31 19:03:36 01044_great_circle_angle: [ OK ] 0.63 sec.
2024-08-31 19:03:36 01044_h3_edge_angle: [ OK ] 0.59 sec.
2024-08-31 19:03:36 01051_new_any_join_engine: [ OK ] 2.13 sec.
2024-08-31 19:03:37 01042_h3_k_ring: [ OK ] 1.28 sec.
2024-08-31 19:03:37 01055_minmax_index_compact_parts: [ OK ] 5.24 sec.
2024-08-31 19:03:37 01026_char_utf8: [ OK ] 0.53 sec.
2024-08-31 19:03:38 01651_lc_insert_tiny_log: [ OK ] 160.38 sec.
2024-08-31 19:03:38 01042_check_query_and_last_granule_size: [ OK ] 2.06 sec.
2024-08-31 19:03:39 01054_random_printable_ascii_ubsan: [ OK ] 4.94 sec.
2024-08-31 19:03:39 01030_incorrect_count_summing_merge_tree: [ OK ] 2.71 sec.
2024-08-31 19:03:39 01011_group_uniq_array_memsan: [ OK ] 0.44 sec.
2024-08-31 19:03:39 01018_ddl_dictionaries_select: [ OK ] 1.72 sec.
2024-08-31 19:03:39 01010_pm_join_all_join_bug: [ OK ] 0.45 sec.
2024-08-31 19:03:40 00996_neighbor: [ OK ] 0.96 sec.
2024-08-31 19:03:41 01017_tsv_empty_as_default: [ OK ] 3.22 sec.
2024-08-31 19:03:42 00995_order_by_with_fill: [ OK ] 1.30 sec.
2024-08-31 19:03:43 00988_constraints_replication_zookeeper_long: [ OK ] 1.38 sec.
2024-08-31 19:03:43 01010_pmj_skip_blocks: [ OK ] 4.08 sec.
2024-08-31 19:03:44 01009_insert_select_nicelulu: [ OK ] 4.50 sec.
2024-08-31 19:03:44 00990_hasToken_and_tokenbf: [ OK ] 2.42 sec.
2024-08-31 19:03:44 00980_full_join_crash_fancyqlx: [ OK ] 0.79 sec.
2024-08-31 19:03:44 00980_skip_unused_shards_without_sharding_key: [ OK ] 0.52 sec.
2024-08-31 19:03:45 00980_merge_alter_settings: [ OK ] 1.29 sec.
2024-08-31 19:03:45 00979_quantileExcatExclusive_and_Inclusive: [ OK ] 0.66 sec.
2024-08-31 19:03:45 00980_shard_aggregation_state_deserialization: [ OK ] 0.93 sec.
2024-08-31 19:03:45 00978_sum_map_bugfix: [ OK ] 0.56 sec.
2024-08-31 19:03:45 00974_final_predicate_push_down: [ OK ] 0.52 sec.
2024-08-31 19:03:45 00975_values_list: [ OK ] 0.74 sec.
2024-08-31 19:03:46 00974_bitmapContains_with_primary_key: [ OK ] 0.58 sec.
2024-08-31 19:03:46 00967_ubsan_bit_test: [ OK ] 0.47 sec.
2024-08-31 19:03:46 00976_ttl_with_old_parts: [ OK ] 1.59 sec.
2024-08-31 19:03:46 00969_columns_clause: [ OK ] 0.80 sec.
2024-08-31 19:03:46 00974_distributed_join_on: [ OK ] 0.98 sec.
2024-08-31 19:03:47 00960_eval_ml_method_const: [ OK ] 0.50 sec.
2024-08-31 19:03:48 00959_format_with_different_aliases: [ OK ] 1.70 sec.
2024-08-31 19:03:48 00957_format_with_clashed_aliases: [ OK ] 1.39 sec.
2024-08-31 19:03:49 00956_join_use_nulls_with_array_column: [ OK ] 0.81 sec.
2024-08-31 19:03:49 00965_send_logs_level_concurrent_queries: [ OK ] 2.97 sec.
2024-08-31 19:03:50 01018_ip_dictionary_long: [ OK ] 11.77 sec.
2024-08-31 19:03:51 00955_test_final_mark: [ OK ] 2.20 sec.
2024-08-31 19:03:52 00953_moving_functions: [ OK ] 0.81 sec.
2024-08-31 19:03:53 00965_set_index_string_functions: [ OK ] 6.59 sec.
2024-08-31 19:03:53 00946_ml_test: [ OK ] 0.65 sec.
2024-08-31 19:03:54 01167_isolation_hermitage: [ OK ] 55.44 sec.
2024-08-31 19:03:55 00944_ml_test: [ OK ] 0.59 sec.
2024-08-31 19:03:57 00954_client_prepared_statements: [ OK ] 8.01 sec.
2024-08-31 19:03:59 00942_dataparts_500: [ OK ] 1.43 sec.
2024-08-31 19:03:59 00944_clear_index_in_partition: [ OK ] 6.09 sec.
2024-08-31 19:04:00 00937_ipv4_cidr_range: [ OK ] 0.67 sec.
2024-08-31 19:04:03 00940_order_by_read_in_order_query_plan: [ OK ] 4.06 sec.
2024-08-31 19:04:03 00956_sensitive_data_masking: [ OK ] 14.76 sec.
2024-08-31 19:04:03 00945_bloom_filter_index: [ OK ] 10.46 sec.
2024-08-31 19:04:04 00933_reserved_word: [ OK ] 0.40 sec.
2024-08-31 19:04:04 00933_alter_ttl: [ OK ] 1.03 sec.
2024-08-31 19:04:04 00932_array_intersect_bug: [ OK ] 0.58 sec.
2024-08-31 19:04:05 00933_ttl_with_default: [ OK ] 0.96 sec.
2024-08-31 19:04:05 00943_materialize_index: [ OK ] 10.09 sec.
2024-08-31 19:04:05 00927_asof_join_noninclusive: [ OK ] 0.69 sec.
2024-08-31 19:04:06 00953_zookeeper_suetin_deduplication_bug: [ OK ] 16.10 sec.
2024-08-31 19:04:07 00933_ttl_simple: [ OK ] 4.03 sec.
2024-08-31 19:04:08 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 2.51 sec.
2024-08-31 19:04:08 00917_multiple_joins_denny_crane: [ OK ] 0.68 sec.
2024-08-31 19:04:08 00937_test_use_header_tsv: [ OK ] 8.22 sec.
2024-08-31 19:04:08 00916_add_materialized_column_after: [ OK ] 0.52 sec.
2024-08-31 19:04:08 00926_adaptive_index_granularity_pk: [ OK ] 3.03 sec.
2024-08-31 19:04:08 00914_replicate: [ OK ] 0.44 sec.
2024-08-31 19:04:09 00916_join_using_duplicate_columns: [ OK ] 0.80 sec.
2024-08-31 19:04:10 00910_client_window_size_detection: [ OK ] 1.83 sec.
2024-08-31 19:04:10 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 1.78 sec.
2024-08-31 19:04:10 00925_zookeeper_empty_replicated_merge_tree_optimize_final_long: [ OK ] 4.20 sec.
2024-08-31 19:04:10 00908_analyze_query: [ OK ] 0.45 sec.
2024-08-31 19:04:11 00927_asof_join_other_types: [ OK ] 6.20 sec.
2024-08-31 19:04:11 00907_set_index_with_nullable_and_low_cardinality_bug: [ OK ] 0.56 sec.
2024-08-31 19:04:11 00905_compile_expressions_compare_big_dates: [ OK ] 0.60 sec.
2024-08-31 19:04:12 00904_array_with_constant_2: [ OK ] 0.64 sec.
2024-08-31 19:04:12 01030_storage_url_syntax: [ OK ] 34.66 sec.
2024-08-31 19:04:12 00881_unknown_identifier_in_in: [ OK ] 0.56 sec.
2024-08-31 19:04:13 00879_cast_to_decimal_crash: [ OK ] 0.67 sec.
2024-08-31 19:04:13 00876_wrong_arraj_join_column: [ OK ] 0.60 sec.
2024-08-31 19:04:14 00907_set_index_max_rows: [ OK ] 3.78 sec.
2024-08-31 19:04:15 00878_join_unexpected_results: [ OK ] 2.44 sec.
2024-08-31 19:04:15 00873_t64_codec_date: [ OK ] 2.00 sec.
2024-08-31 19:04:18 00857_global_joinsavel_table_alias: [ OK ] 3.81 sec.
2024-08-31 19:04:20 00848_join_use_nulls_segfault: [ OK ] 4.63 sec.
2024-08-31 19:04:23 00909_ngram_distance: [ OK ] 14.10 sec.
2024-08-31 19:04:23 00847_multiple_join_same_column: [ OK ] 5.29 sec.
2024-08-31 19:04:28 00853_join_with_nulls_crash: [ OK ] 12.87 sec.
2024-08-31 19:04:29 00838_unique_index: [ OK ] 9.26 sec.
2024-08-31 19:04:34 00825_protobuf_format_table_default: [ OK ] 4.76 sec.
2024-08-31 19:04:34 00825_protobuf_format_splitted_nested: [ OK ] 5.96 sec.
2024-08-31 19:04:35 00906_low_cardinality_cache: [ OK ] 24.79 sec.
2024-08-31 19:04:36 00909_kill_not_initialized_query: [ OK ] 27.32 sec.
2024-08-31 19:04:36 00829_bitmap_function: [ OK ] 12.58 sec.
2024-08-31 19:04:36 00825_http_header_query_id: [ OK ] 1.48 sec.
2024-08-31 19:04:37 00816_join_column_names_sarg: [ OK ] 0.80 sec.
2024-08-31 19:04:37 00820_multiple_joins: [ OK ] 1.52 sec.
2024-08-31 19:04:38 00834_kill_mutation: [ OK ] 14.61 sec.
2024-08-31 19:04:38 00811_garbage: [ OK ] 0.83 sec.
2024-08-31 19:04:38 00804_rollup_with_having: [ OK ] 0.53 sec.
2024-08-31 19:04:38 00825_protobuf_format_skipped_column_in_nested: [ OK ] 4.13 sec.
2024-08-31 19:04:39 00808_not_optimize_predicate: [ OK ] 1.15 sec.
2024-08-31 19:04:39 00823_sequence_match_dfa: [ OK ] 3.37 sec.
2024-08-31 19:04:39 00823_capnproto_input: [ OK ] 3.03 sec.
2024-08-31 19:04:39 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 0.77 sec.
2024-08-31 19:04:39 00800_low_cardinality_array_group_by_arg: [ OK ] 0.69 sec.
2024-08-31 19:04:40 00803_xxhash: [ OK ] 1.18 sec.
2024-08-31 19:04:40 00764_max_query_size_allocation: [ OK ] 1.43 sec.
2024-08-31 19:04:40 00760_insert_json_with_defaults: [ OK ] 1.17 sec.
2024-08-31 19:04:41 00754_alter_modify_order_by: [ OK ] 0.96 sec.
2024-08-31 19:04:42 00800_function_java_hash_with_unsigined_types: [ OK ] 3.66 sec.
2024-08-31 19:04:42 00753_system_columns_and_system_tables_long: [ OK ] 1.95 sec.
2024-08-31 19:04:43 00753_quantile_format: [ OK ] 1.27 sec.
2024-08-31 19:04:43 00753_comment_columns_zookeeper: [ OK ] 0.69 sec.
2024-08-31 19:04:43 00752_low_cardinality_permute: [ OK ] 0.56 sec.
2024-08-31 19:04:44 00752_low_cardinality_lambda_argument: [ OK ] 0.55 sec.
2024-08-31 19:04:44 00751_hashing_ints: [ OK ] 0.70 sec.
2024-08-31 19:04:44 00750_merge_tree_merge_with_o_direct: [ OK ] 0.61 sec.
2024-08-31 19:04:44 00748_insert_array_with_null: [ OK ] 0.56 sec.
2024-08-31 19:04:45 00804_test_custom_compression_codecs: [ OK ] 7.45 sec.
2024-08-31 19:04:46 00736_disjunction_optimisation: [ OK ] 1.12 sec.
2024-08-31 19:04:46 00753_alter_attach: [ OK ] 3.44 sec.
2024-08-31 19:04:46 00732_base64_functions: [ OK ] 0.84 sec.
2024-08-31 19:04:47 00732_quorum_insert_simple_test_2_parts_zookeeper_long: [ OK ] 0.99 sec.
2024-08-31 19:04:47 00725_join_on_bug_4: [ OK ] 0.67 sec.
2024-08-31 19:04:48 00725_ipv4_ipv6_domains: [ OK ] 1.05 sec.
2024-08-31 19:04:48 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 1.09 sec.
2024-08-31 19:04:48 00720_with_cube: [ OK ] 0.71 sec.
2024-08-31 19:04:50 00716_allow_ddl: [ OK ] 1.60 sec.
2024-08-31 19:04:51 00755_avg_value_size_hint_passing: [ OK ] 11.14 sec.
2024-08-31 19:04:51 00725_memory_tracking: [ FAIL ] 4.67 sec. - return code: 128
2024-08-31 19:04:51 [82d46d62ccc8] 2024.08.31 13:04:50.902520 [ 19111 ] {ee776938-621a-47df-971b-2cec887d7cd5} executeQuery: Code: 128. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:59170) (comment: 00725_memory_tracking.sql) (in query: SELECT length(range(100000000));), Stack trace (when copying this message, always include the lines below):
2024-08-31 19:04:51
2024-08-31 19:04:51 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000001d140083
2024-08-31 19:04:51 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ef7a594
2024-08-31 19:04:51 2. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000810c2e6
2024-08-31 19:04:51 3. ./build_docker/./src/Columns/ColumnArray.cpp:140: DB::ColumnArray::get(unsigned long, DB::Field&) const @ 0x0000000017ee5e2e
2024-08-31 19:04:51 4. ./src/Columns/ColumnConst.h:77: DB::ColumnConst::get(unsigned long, DB::Field&) const @ 0x0000000017f50359
2024-08-31 19:04:51 5. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000001733cf13
2024-08-31 19:04:51 6. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001731e6f6
2024-08-31 19:04:51 7. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:6624: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001731d594
2024-08-31 19:04:51 8. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:5546: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x0000000017335ee8
2024-08-31 19:04:51 9. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001731e6f6
2024-08-31 19:04:51 10. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:6624: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001731d594
2024-08-31 19:04:51 11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:815: DB::(anonymous namespace)::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x00000000173277e2
2024-08-31 19:04:51 12. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::(anonymous namespace)::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x00000000173144ab
2024-08-31 19:04:51 13. ./build_docker/./src/Analyzer/Passes/QueryAnalysisPass.cpp:0: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x000000001731128f
2024-08-31 19:04:51 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:0: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x000000001730c6fa
2024-08-31 19:04:51 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:0: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000177d2df0
2024-08-31 19:04:51 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:160: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000177cf7c0
2024-08-31 19:04:51 17. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000177d40f0
2024-08-31 19:04:51 18. ./build_docker/./src/Interpreters/InterpreterFactory.cpp:0: DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001773e6ab
2024-08-31 19:04:51 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000017d2969f
2024-08-31 19:04:51 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1374: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x0000000017d25458
2024-08-31 19:04:51 21. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:612: DB::TCPHandler::runImpl() @ 0x0000000019555ff2
2024-08-31 19:04:51 22. ./build_docker/./src/Server/TCPHandler.cpp:2331: DB::TCPHandler::run() @ 0x0000000019574488
2024-08-31 19:04:51 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:57: Poco::Net::TCPServerConnection::start() @ 0x000000001cfcd743
2024-08-31 19:04:51 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48: Poco::Net::TCPServerDispatcher::run() @ 0x000000001cfcdfb2
2024-08-31 19:04:51 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:202: Poco::PooledThread::run() @ 0x000000001d1cf0a7
2024-08-31 19:04:51 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:46: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x000000001d1cd370
2024-08-31 19:04:51 27. ./base/poco/Foundation/include/Poco/SharedPtr.h:231: Poco::ThreadImpl::runnableEntry(void*) @ 0x000000001d1cb82a
2024-08-31 19:04:51 28. __tsan_thread_start_func @ 0x0000000006ff578f
2024-08-31 19:04:51 29. ? @ 0x00007f9f04967ac3
2024-08-31 19:04:51 30. ? @ 0x00007f9f049f9850
2024-08-31 19:04:51
2024-08-31 19:04:51 Received exception from server (version 24.3.5):
2024-08-31 19:04:51 Code: 128. DB::Exception: Received from localhost:9000. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE)
2024-08-31 19:04:51 (query: SELECT length(range(100000000));)
2024-08-31 19:04:51 , result:
2024-08-31 19:04:51
2024-08-31 19:04:51 0
2024-08-31 19:04:51
2024-08-31 19:04:51 stdout:
2024-08-31 19:04:51 0
2024-08-31 19:04:51
2024-08-31 19:04:51
2024-08-31 19:04:51 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 452231 --group_by_two_level_threshold_bytes 49198664 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 10775337 --max_read_buffer_size 600777 --prefer_localhost_replica 1 --max_block_size 99147 --max_threads 34 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 57 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 42568409 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method io_uring --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 10 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 754535871 --min_compress_block_size 402095 --max_compress_block_size 1722620 --merge_tree_compact_parts_min_granules_to_multibuffer_read 76 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 880132 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 1 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.32
2024-08-31 19:04:51
2024-08-31 19:04:51 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 9124158519 --index_granularity_bytes 7042751 --merge_max_block_size 12029 --index_granularity 55557 --min_bytes_for_wide_part 0 --marks_compress_block_size 95860 --primary_key_compress_block_size 15543 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 69425914 --compact_parts_max_granules_to_buffer 71 --compact_parts_merge_max_bytes_to_prefetch_part 16304699 --cache_populated_by_fetch 1
2024-08-31 19:04:51
2024-08-31 19:04:51 Database: test_35qtkbdc
2024-08-31 19:04:51 00712_prewhere_with_sampling: [ OK ] 0.64 sec.
2024-08-31 19:04:51 00707_float_csv_delimiter: [ OK ] 0.49 sec.
2024-08-31 19:04:52 00701_context_use_after_free: [ OK ] 0.43 sec.
2024-08-31 19:04:52 00701_rollup: [ OK ] 1.38 sec.
2024-08-31 19:04:53 00710_array_enumerate_dense: [ OK ] 2.54 sec.
2024-08-31 19:04:56 00700_decimal_empty_aggregates: [ OK ] 3.93 sec.
2024-08-31 19:04:56 00700_decimal_compare: [ OK ] 3.14 sec.
2024-08-31 19:04:57 00695_pretty_max_column_pad_width: [ OK ] 0.46 sec.
2024-08-31 19:04:58 00700_decimal_complex_types: [ OK ] 6.31 sec.
2024-08-31 19:04:58 00900_long_parquet: [ OK ] 46.68 sec.
2024-08-31 19:04:59 00687_insert_into_mv: [ OK ] 0.76 sec.
2024-08-31 19:04:59 00679_replace_asterisk: [ OK ] 0.57 sec.
2024-08-31 19:04:59 00670_truncate_temporary_table: [ OK ] 0.49 sec.
2024-08-31 19:04:59 00667_compare_arrays_of_different_types: [ OK ] 0.50 sec.
2024-08-31 19:05:00 00662_has_nullable: [ OK ] 0.63 sec.
2024-08-31 19:05:00 00653_monotonic_integer_cast: [ OK ] 0.48 sec.
2024-08-31 19:05:01 00690_insert_select_converting_exception_message: [ OK ] 4.14 sec.
2024-08-31 19:05:04 00652_mutations_default_database: [ OK ] 3.24 sec.
2024-08-31 19:05:04 00649_quantile_tdigest_negative: [ OK ] 0.42 sec.
2024-08-31 19:05:05 00700_decimal_casts_2: [ OK ] 9.07 sec.
2024-08-31 19:05:06 00639_startsWith: [ OK ] 0.65 sec.
2024-08-31 19:05:07 00646_url_engine: [ OK ] 2.66 sec.
2024-08-31 19:05:07 00637_sessions_in_http_interface_and_settings: [ OK ] 1.47 sec.
2024-08-31 19:05:09 00626_replace_partition_from_table: [ OK ] 1.54 sec.
2024-08-31 19:05:09 00650_csv_with_specified_quote_rule: [ OK ] 8.18 sec.
2024-08-31 19:05:09 00624_length_utf8: [ OK ] 0.49 sec.
2024-08-31 19:05:10 00623_replicated_truncate_table_zookeeper_long: [ OK ] 1.04 sec.
2024-08-31 19:05:10 00621_regression_for_in_operator: [ OK ] 0.83 sec.
2024-08-31 19:05:11 00610_materialized_view_forward_alter_partition_statements: [ OK ] 0.59 sec.
2024-08-31 19:05:11 00609_distributed_with_case_when_then: [ OK ] 0.56 sec.
2024-08-31 19:05:11 00609_mv_index_in_in: [ OK ] 0.59 sec.
2024-08-31 19:05:12 00607_index_in_in: [ OK ] 0.76 sec.
2024-08-31 19:05:12 00604_show_create_database: [ OK ] 0.37 sec.
2024-08-31 19:05:12 00754_alter_modify_order_by_replicated_zookeeper_long: [ OK ] 32.36 sec.
2024-08-31 19:05:12 00603_system_parts_nonexistent_database: [ OK ] 0.45 sec.
2024-08-31 19:05:12 00600_create_temporary_table_if_not_exists: [ OK ] 0.49 sec.
2024-08-31 19:05:13 00590_limit_by_column_removal: [ OK ] 0.70 sec.
2024-08-31 19:05:13 00580_cast_nullable_to_non_nullable: [ OK ] 0.63 sec.
2024-08-31 19:05:14 00579_merge_tree_partition_and_primary_keys_using_same_expression: [ OK ] 0.77 sec.
2024-08-31 19:05:14 00577_full_join_segfault: [ OK ] 0.54 sec.
2024-08-31 19:05:14 00578_merge_table_and_table_virtual_column: [ OK ] 1.26 sec.
2024-08-31 19:05:15 00570_empty_array_is_const: [ OK ] 0.48 sec.
2024-08-31 19:05:15 00566_enum_min_max: [ OK ] 0.49 sec.
2024-08-31 19:05:15 00585_union_all_subquery_aggregation_column_removal: [ OK ] 2.61 sec.
2024-08-31 19:05:15 00560_float_leading_plus_in_exponent: [ OK ] 0.56 sec.
2024-08-31 19:05:15 00563_shard_insert_into_remote: [ OK ] 0.67 sec.
2024-08-31 19:05:16 00557_alter_null_storage_tables: [ OK ] 0.50 sec.
2024-08-31 19:05:16 00564_enum_order: [ OK ] 1.50 sec.
2024-08-31 19:05:16 00556_remove_columns_from_subquery: [ OK ] 0.53 sec.
2024-08-31 19:05:17 00555_right_join_excessive_rows: [ OK ] 0.72 sec.
2024-08-31 19:05:17 00553_invalid_nested_name: [ OK ] 0.49 sec.
2024-08-31 19:05:18 00552_logical_functions_simple: [ OK ] 0.66 sec.
2024-08-31 19:05:18 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 11.33 sec.
2024-08-31 19:05:18 00552_logical_functions_ternary: [ OK ] 1.23 sec.
2024-08-31 19:05:18 00552_or_nullable: [ OK ] 0.76 sec.
2024-08-31 19:05:19 00545_weird_aggregate_functions: [ OK ] 0.57 sec.
2024-08-31 19:05:19 00542_materialized_view_and_time_zone_tag: [ OK ] 0.81 sec.
2024-08-31 19:05:19 00535_parse_float_scientific: [ OK ] 0.46 sec.
2024-08-31 19:05:19 00534_functions_bad_arguments4_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-08-31 19:05:20 00538_datediff: [ OK ] 1.31 sec.
2024-08-31 19:05:20 00528_const_of_nullable: [ OK ] 0.55 sec.
2024-08-31 19:05:20 00653_verification_monotonic_data_load: [ OK ] 20.64 sec.
2024-08-31 19:05:20 00526_array_join_with_arrays_of_nullable: [ OK ] 0.41 sec.
2024-08-31 19:05:21 00557_remote_port: [ OK ] 5.20 sec.
2024-08-31 19:05:21 00516_is_inf_nan: [ OK ] 0.45 sec.
2024-08-31 19:05:21 00520_http_nullable: [ OK ] 1.27 sec.
2024-08-31 19:05:21 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 1.06 sec.
2024-08-31 19:05:24 00512_fractional_time_zones: [ OK ] 2.68 sec.
2024-08-31 19:05:24 00509_extended_storage_definition_syntax_zookeeper: [ OK ] 2.88 sec.
2024-08-31 19:05:24 00503_cast_const_nullable: [ OK ] 0.48 sec.
2024-08-31 19:05:25 00719_parallel_ddl_table: [ OK ] 36.70 sec.
2024-08-31 19:05:25 00483_cast_syntax: [ OK ] 0.42 sec.
2024-08-31 19:05:25 00480_mac_addresses: [ OK ] 0.46 sec.
2024-08-31 19:05:25 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 0.53 sec.
2024-08-31 19:05:25 00522_multidimensional: [ OK ] 5.36 sec.
2024-08-31 19:05:25 00465_nullable_default: [ OK ] 0.44 sec.
2024-08-31 19:05:25 00472_compare_uuid_with_constant_string: [ OK ] 0.80 sec.
2024-08-31 19:05:26 00460_vertical_and_totals_extremes: [ OK ] 0.53 sec.
2024-08-31 19:05:26 00505_shard_secure: [ OK ] 4.88 sec.
2024-08-31 19:05:26 00452_left_array_join_and_nullable: [ OK ] 0.83 sec.
2024-08-31 19:05:26 00456_alter_nullable: [ OK ] 1.22 sec.
2024-08-31 19:05:27 00453_cast_enum: [ OK ] 1.22 sec.
2024-08-31 19:05:27 00438_bit_rotate: [ OK ] 0.67 sec.
2024-08-31 19:05:27 00425_count_nullable: [ OK ] 0.82 sec.
2024-08-31 19:05:28 00534_filimonov: [ OK ] 8.96 sec.
2024-08-31 19:05:29 00437_nulls_first_last: [ OK ] 2.47 sec.
2024-08-31 19:05:30 00417_system_build_options: [ OK ] 1.92 sec.
2024-08-31 19:05:32 00408_http_keep_alive: [ OK ] 1.57 sec.
2024-08-31 19:05:35 00418_input_format_allow_errors: [ OK ] 7.43 sec.
2024-08-31 19:05:36 00400_client_external_options: [ OK ] 4.27 sec.
2024-08-31 19:05:38 00392_enum_nested_alter: [ OK ] 1.39 sec.
2024-08-31 19:05:38 00398_url_functions: [ OK ] 2.99 sec.
2024-08-31 19:05:39 00386_enum_in_pk: [ OK ] 1.43 sec.
2024-08-31 19:05:40 00390_array_sort: [ OK ] 1.92 sec.
2024-08-31 19:05:40 00381_first_significant_subdomain: [ OK ] 0.51 sec.
2024-08-31 19:05:41 00379_system_processes_port: [ OK ] 1.23 sec.
2024-08-31 19:05:41 00370_duplicate_columns_in_subqueries: [ OK ] 0.83 sec.
2024-08-31 19:05:41 00351_select_distinct_arrays_tuples: [ OK ] 0.55 sec.
2024-08-31 19:05:42 00344_row_number_in_all_blocks: [ OK ] 0.79 sec.
2024-08-31 19:05:43 00342_escape_sequences: [ OK ] 0.47 sec.
2024-08-31 19:05:45 01395_limit_more_cases: [ OK ] 195.75 sec.
2024-08-31 19:05:45 00324_hashing_enums: [ OK ] 0.51 sec.
2024-08-31 19:05:46 00321_pk_set: [ OK ] 0.84 sec.
2024-08-31 19:05:47 00316_rounding_functions_and_empty_block: [ OK ] 0.64 sec.
2024-08-31 19:05:48 00315_quantile_off_by_one: [ OK ] 0.62 sec.
2024-08-31 19:05:48 00421_storage_merge__table_index: [ OK ] 20.52 sec.
2024-08-31 19:05:49 00313_const_totals_extremes: [ OK ] 1.60 sec.
2024-08-31 19:05:51 00299_stripe_log_multiple_inserts: [ OK ] 1.55 sec.
2024-08-31 19:05:51 00443_optimize_final_vertical_merge: [ OK ] 25.07 sec.
2024-08-31 19:05:52 00746_sql_fuzzy: [ OK ] 67.52 sec.
2024-08-31 19:05:52 00293_shard_max_subquery_depth: [ OK ] 0.80 sec.
2024-08-31 19:05:52 00294_shard_enums: [ OK ] 1.40 sec.
2024-08-31 19:05:52 00286_format_long_negative_float: [ OK ] 0.60 sec.
2024-08-31 19:05:53 00283_column_cut: [ OK ] 0.51 sec.
2024-08-31 19:05:53 00272_union_all_and_in_subquery: [ OK ] 0.52 sec.
2024-08-31 19:05:53 00366_multi_statements: [ OK ] 12.50 sec.
2024-08-31 19:05:54 00271_agg_state_and_totals: [ OK ] 0.60 sec.
2024-08-31 19:05:54 00270_views_query_processing_stage: [ OK ] 0.59 sec.
2024-08-31 19:05:55 00273_quantiles: [ OK ] 2.18 sec.
2024-08-31 19:05:55 00262_alter_alias: [ OK ] 0.88 sec.
2024-08-31 19:05:55 00233_position_function_sql_comparibilty: [ OK ] 0.66 sec.
2024-08-31 19:05:56 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 29.88 sec.
2024-08-31 19:05:56 00255_array_concat_string: [ OK ] 1.02 sec.
2024-08-31 19:05:56 00232_format_readable_size: [ OK ] 0.46 sec.
2024-08-31 19:05:56 00227_quantiles_timing_arbitrary_order: [ OK ] 0.56 sec.
2024-08-31 19:05:57 00229_prewhere_column_missing: [ OK ] 1.28 sec.
2024-08-31 19:05:57 00217_shard_global_subquery_columns_with_same_name: [ OK ] 0.71 sec.
2024-08-31 19:05:57 00278_insert_already_sorted: [ OK ] 4.84 sec.
2024-08-31 19:05:57 00261_storage_aliases_and_array_join: [ OK ] 3.38 sec.
2024-08-31 19:05:57 00213_multiple_global_in: [ OK ] 0.47 sec.
2024-08-31 19:05:58 00208_agg_state_merge: [ OK ] 0.54 sec.
2024-08-31 19:05:58 00211_shard_query_formatting_aliases: [ OK ] 0.93 sec.
2024-08-31 19:05:58 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 0.54 sec.
2024-08-31 19:05:58 00194_identity: [ OK ] 0.49 sec.
2024-08-31 19:05:59 00210_insert_select_extremes_http: [ OK ] 1.42 sec.
2024-08-31 19:05:59 00187_like_regexp_prefix: [ OK ] 0.43 sec.
2024-08-31 19:05:59 00185_array_literals: [ OK ] 0.87 sec.
2024-08-31 19:05:59 00180_attach_materialized_view: [ OK ] 0.51 sec.
2024-08-31 19:06:00 00168_buffer_defaults: [ OK ] 0.71 sec.
2024-08-31 19:06:00 00144_empty_regexp: [ OK ] 0.41 sec.
2024-08-31 19:06:01 00143_number_classification_functions: [ OK ] 0.86 sec.
2024-08-31 19:06:01 00181_aggregate_functions_statistics: [ OK ] 2.89 sec.
2024-08-31 19:06:02 00141_parse_timestamp_as_datetime: [ OK ] 0.66 sec.
2024-08-31 19:06:03 00135_duplicate_group_by_keys_segfault: [ OK ] 0.68 sec.
2024-08-31 19:06:03 00136_duplicate_order_by_elems: [ OK ] 1.58 sec.
2024-08-31 19:06:04 00120_join_and_group_by: [ OK ] 0.91 sec.
2024-08-31 19:06:04 00170_lower_upper_utf8: [ OK ] 5.45 sec.
2024-08-31 19:06:05 00126_buffer: [ OK ] 2.11 sec.
2024-08-31 19:06:05 00182_functions_higher_order_and_consts: [ OK ] 6.69 sec.
2024-08-31 19:06:06 00108_shard_totals_after_having: [ OK ] 1.02 sec.
2024-08-31 19:06:06 00102_insert_into_temporary_table: [ OK ] 0.62 sec.
2024-08-31 19:06:07 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 1.53 sec.
2024-08-31 19:06:07 00104_totals_having_mode: [ OK ] 2.33 sec.
2024-08-31 19:06:08 00082_append_trailing_char_if_absent: [ OK ] 0.70 sec.
2024-08-31 19:06:08 00084_summing_merge_tree: [ OK ] 1.23 sec.
2024-08-31 19:06:09 00081_int_div_or_zero: [ OK ] 0.56 sec.
2024-08-31 19:06:09 00075_shard_formatting_negate_of_negative_literal: [ OK ] 0.69 sec.
2024-08-31 19:06:10 00073_merge_sorting_empty_array_joined: [ OK ] 0.64 sec.
2024-08-31 19:06:11 00069_date_arithmetic: [ OK ] 1.01 sec.
2024-08-31 19:06:12 00076_ip_coding_functions: [ OK ] 3.06 sec.
2024-08-31 19:06:12 00064_negate_bug: [ OK ] 0.76 sec.
2024-08-31 19:06:12 00060_date_lut: [ OK ] 0.83 sec.
2024-08-31 19:06:13 00057_join_aliases: [ OK ] 0.73 sec.
2024-08-31 19:06:14 00053_all_inner_join: [ OK ] 0.77 sec.
2024-08-31 19:06:14 00059_shard_global_in_mergetree: [ OK ] 2.20 sec.
2024-08-31 19:06:15 00093_union_race_conditions_4: [ OK ] 8.55 sec.
2024-08-31 19:06:15 00046_stored_aggregates_simple: [ OK ] 0.88 sec.
2024-08-31 19:06:16 00037_totals_limit: [ OK ] 0.52 sec.
2024-08-31 19:06:16 00035_function_array_return_type: [ OK ] 0.64 sec.
2024-08-31 19:06:18 00039_inserts_through_http: [ OK ] 3.62 sec.
2024-08-31 19:06:18 00030_alter_table: [ OK ] 1.98 sec.
2024-08-31 19:06:19 00026_shard_something_distributed: [ OK ] 0.78 sec.
2024-08-31 19:06:19 00027_argMinMax: [ OK ] 0.97 sec.
2024-08-31 19:06:20 00022_func_higher_order_and_constants: [ OK ] 0.61 sec.
2024-08-31 19:06:20 00019_shard_quantiles_totals_distributed: [ OK ] 0.71 sec.
2024-08-31 19:06:21 00042_set: [ OK ] 6.16 sec.
2024-08-31 19:06:21
2024-08-31 19:06:21 138 tests passed. 0 tests skipped. 657.73 s elapsed (ForkPoolWorker-4).
2024-08-31 19:06:21 00014_select_from_table_with_nested: [ OK ] 0.67 sec.
2024-08-31 19:06:21
2024-08-31 19:06:21 154 tests passed. 0 tests skipped. 657.80 s elapsed (ForkPoolWorker-9).
2024-08-31 19:06:21 00013_create_table_with_arrays: [ OK ] 0.85 sec.
2024-08-31 19:06:21
2024-08-31 19:06:21 152 tests passed. 1 tests skipped. 658.11 s elapsed (ForkPoolWorker-8).
2024-08-31 19:06:32 00314_sample_factor_virtual_column: [ OK ] 44.73 sec.
2024-08-31 19:06:32
2024-08-31 19:06:32 83 tests passed. 2 tests skipped. 669.53 s elapsed (ForkPoolWorker-6).
2024-08-31 19:06:39 00113_shard_group_array: [ OK ] 35.03 sec.
2024-08-31 19:06:39
2024-08-31 19:06:39 125 tests passed. 0 tests skipped. 676.31 s elapsed (ForkPoolWorker-3).
2024-08-31 19:06:39 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 43.13 sec.
2024-08-31 19:06:39
2024-08-31 19:06:39 155 tests passed. 2 tests skipped. 676.32 s elapsed (ForkPoolWorker-5).
2024-08-31 19:06:47 00411_long_accurate_number_comparison_int2: [ OK ] 77.70 sec.
2024-08-31 19:06:47
2024-08-31 19:06:47 Having 1 errors! 172 tests passed. 2 tests skipped. 684.01 s elapsed (ForkPoolWorker-2).
2024-08-31 19:07:41 00328_long_case_construction: [ OK ] 117.88 sec.
2024-08-31 19:07:41
2024-08-31 19:07:41 161 tests passed. 2 tests skipped. 737.90 s elapsed (ForkPoolWorker-7).
2024-08-31 19:07:41
2024-08-31 19:07:41 Running 125 stateless tests (MainProcess).
2024-08-31 19:07:41
2024-08-31 19:08:35 03144_parallel_alter_add_drop_column_zookeeper_on_steroids: [ OK ] 53.90 sec.
2024-08-31 19:08:35 02990_rmt_replica_path_uuid: [ OK ] 0.73 sec.
2024-08-31 19:08:36 02977_csv_format_support_tuple: [ OK ] 0.47 sec.
2024-08-31 19:08:37 02976_system_zookeeper_filters: [ OK ] 0.89 sec.
2024-08-31 19:08:38 02975_system_zookeeper_retries: [ OK ] 1.57 sec.
2024-08-31 19:08:43 02973_backup_of_in_memory_compressed: [ OK ] 4.23 sec.
2024-08-31 19:10:02 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 79.62 sec.
2024-08-31 19:10:04 02950_dictionary_ssd_cache_short_circuit: [ OK ] 1.92 sec.
2024-08-31 19:10:10 02950_distributed_initial_query_event: [ OK ] 5.65 sec.
2024-08-31 19:10:15 02915_move_partition_inactive_replica: [ OK ] 4.99 sec.
2024-08-31 19:10:16 02887_insert_quorum_wo_keeper_retries: [ OK ] 0.86 sec.
2024-08-31 19:10:19 02884_async_insert_skip_settings: [ OK ] 3.15 sec.
2024-08-31 19:10:23 02751_ip_types_aggregate_functions_states: [ OK ] 3.50 sec.
2024-08-31 19:10:28 02724_decompress_filename_exception: [ OK ] 5.17 sec.
2024-08-31 19:10:29 02724_show_indexes: [ OK ] 1.37 sec.
2024-08-31 19:10:30 02703_row_policies_for_asterisk: [ OK ] 0.52 sec.
2024-08-31 19:10:31 02703_row_policy_for_database: [ OK ] 1.62 sec.
2024-08-31 19:10:32 02578_parameterized_rename_queries: [ OK ] 0.61 sec.
2024-08-31 19:10:33 02536_hdfs_cluster_use_structure_from_table: [ OK ] 1.14 sec.
2024-08-31 19:10:35 02521_avro_union_null_nested: [ OK ] 1.93 sec.
2024-08-31 19:10:36 02514_null_dictionary_source: [ OK ] 0.54 sec.
2024-08-31 19:10:46 02504_regexp_dictionary_ua_parser: [ OK ] 9.94 sec.
2024-08-31 19:10:50 02503_cache_on_write_with_small_segment_size: [ OK ] 3.94 sec.
2024-08-31 19:10:51 02494_query_cache_normalize_ast: [ OK ] 1.25 sec.
2024-08-31 19:10:51 02494_query_cache_user_quotas_after_drop: [ OK ] 0.50 sec.
2024-08-31 19:10:52 02494_query_cache_use_database: [ OK ] 0.57 sec.
2024-08-31 19:10:53 02494_query_cache_sparse_columns: [ OK ] 0.60 sec.
2024-08-31 19:10:53 02494_query_cache_totals_extremes: [ OK ] 0.68 sec.
2024-08-31 19:11:00 02494_query_cache_ttl_long: [ OK ] 6.54 sec.
2024-08-31 19:11:01 02484_substitute_udf_storage_args: [ OK ] 0.59 sec.
2024-08-31 19:11:01 02483_check_virtuals_shile_using_structure_from_insertion_table: [ OK ] 0.53 sec.
2024-08-31 19:11:02 02483_add_engine_full_column_to_system_databases: [ OK ] 0.49 sec.
2024-08-31 19:11:04 02481_custom_separated_and_template_with_csv_field: [ OK ] 2.77 sec.
2024-08-31 19:12:30 02481_async_insert_dedup_token: [ OK ] 85.93 sec.
2024-08-31 19:12:32 02480_s3_support_wildcard: [ OK ] 2.01 sec.
2024-08-31 19:13:21 02475_bson_each_row_format: [ OK ] 48.84 sec.
2024-08-31 19:13:22 02473_infile_progress: [ OK ] 0.69 sec.
2024-08-31 19:13:25 02459_glob_for_recursive_directory_traversal: [ OK ] 3.05 sec.
2024-08-31 19:13:26 02422_msgpack_uuid_wrong_column: [ OK ] 0.49 sec.
2024-08-31 19:13:28 02416_rename_database_rbac: [ OK ] 2.01 sec.
2024-08-31 19:13:44 02372_data_race_in_avro: [ OK ] 16.10 sec.
2024-08-31 19:13:46 02360_clickhouse_local_config-option: [ OK ] 1.87 sec.
2024-08-31 19:13:46 02346_additional_filters_distr: [ OK ] 0.53 sec.
2024-08-31 19:13:47 02337_analyzer_columns_basic: [ OK ] 1.06 sec.
2024-08-31 19:13:50 02336_sparse_columns_s3: [ OK ] 3.11 sec.
2024-08-31 19:13:51 02322_sql_insert_format: [ OK ] 0.56 sec.
2024-08-31 19:13:52 02302_s3_file_pruning: [ OK ] 1.44 sec.
2024-08-31 19:13:53 02302_defaults_in_columnar_formats: [ OK ] 0.56 sec.
2024-08-31 19:13:56 02297_regex_parsing_file_names: [ OK ] 3.17 sec.
2024-08-31 19:14:01 02262_column_ttl: [ OK ] 4.88 sec.
2024-08-31 19:14:09 02246_async_insert_quota: [ OK ] 8.40 sec.
2024-08-31 19:14:23 02243_drop_user_grant_race: [ OK ] 13.13 sec.
2024-08-31 19:14:29 02242_arrow_orc_parquet_nullable_schema_inference: [ OK ] 6.74 sec.
2024-08-31 19:14:32 02240_tskv_schema_inference_bug: [ OK ] 2.17 sec.
2024-08-31 19:14:34 02225_unwinder_dwarf_version: [ OK ] 2.05 sec.
2024-08-31 19:14:37 02211_shcema_inference_from_stdin: [ OK ] 3.00 sec.
2024-08-31 19:14:41 02187_msg_pack_uuid: [ OK ] 4.19 sec.
2024-08-31 19:14:43 02184_ipv6_parsing: [ OK ] 2.00 sec.
2024-08-31 19:14:45 02181_format_from_file_extension_local: [ OK ] 1.90 sec.
2024-08-31 19:14:46 02179_dict_reload_on_cluster: [ OK ] 0.80 sec.
2024-08-31 19:15:05 02167_format_from_file_extension: [ OK ] 19.47 sec.
2024-08-31 19:15:06 02155_multiple_inserts_for_formats_with_suffix: [ OK ] 0.93 sec.
2024-08-31 19:15:30 02149_schema_inference: [ OK ] 23.70 sec.
2024-08-31 19:15:31 02148_sql_user_defined_function_subquery: [ OK ] 0.66 sec.
2024-08-31 19:15:38 02130_parse_quoted_null: [ OK ] 7.12 sec.
2024-08-31 19:15:38 02126_identity_user_defined_function: [ OK ] 0.56 sec.
2024-08-31 19:15:40 02125_tskv_proper_names_reading: [ OK ] 1.76 sec.
2024-08-31 19:15:42 02104_json_strings_nullable_string: [ OK ] 2.37 sec.
2024-08-31 19:15:43 02101_sql_user_defined_functions_create_or_replace: [ OK ] 0.55 sec.
2024-08-31 19:15:43 02096_sql_user_defined_function_alias: [ OK ] 0.42 sec.
2024-08-31 19:15:44 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 0.95 sec.
2024-08-31 19:15:59 02026_storage_filelog_largefile: [ OK ] 14.71 sec.
2024-08-31 19:16:03 02015_global_in_threads: [ OK ] 3.31 sec.
2024-08-31 19:16:04 02008_complex_key_range_hashed_dictionary: [ OK ] 1.29 sec.
2024-08-31 19:16:04 01948_dictionary_quoted_database_name: [ OK ] 0.51 sec.
2024-08-31 19:16:05 01925_test_storage_merge_aliases: [ OK ] 0.90 sec.
2024-08-31 19:16:06 01913_exact_rows_before_limit_full: [ OK ] 0.84 sec.
2024-08-31 19:16:07 01910_view_dictionary: [ OK ] 0.61 sec.
2024-08-31 19:16:09 01904_ssd_cache_dictionary_default_nullable_type: [ OK ] 1.99 sec.
2024-08-31 19:16:11 01904_dictionary_default_nullable_type: [ OK ] 2.05 sec.
2024-08-31 19:16:12 01902_table_function_merge_db_repr: [ OK ] 1.16 sec.
2024-08-31 19:16:14 01889_postgresql_protocol_null_fields: [ OK ] 1.61 sec.
2024-08-31 19:16:21 01825_type_json_multiple_files: [ OK ] 6.97 sec.
2024-08-31 19:16:21 01821_dictionary_primary_key_wrong_order: [ OK ] 0.45 sec.
2024-08-31 19:16:33 01771_bloom_filter_not_has: [ OK ] 11.33 sec.
2024-08-31 19:16:33 01760_ddl_dictionary_use_current_database_name: [ OK ] 0.60 sec.
2024-08-31 19:16:34 01748_dictionary_table_dot: [ OK ] 0.47 sec.
2024-08-31 19:16:37 01702_system_query_log: [ OK ] 3.62 sec.
2024-08-31 19:16:38 01682_cache_dictionary_complex_key: [ OK ] 1.02 sec.
2024-08-31 19:16:41 01674_executable_dictionary_implicit_key: [ OK ] 3.04 sec.
2024-08-31 19:16:42 01670_dictionary_create_key_expression: [ OK ] 0.59 sec.
2024-08-31 19:16:52 01658_read_file_to_stringcolumn: [ OK ] 9.73 sec.
2024-08-31 19:16:54 01643_replicated_merge_tree_fsync_smoke: [ OK ] 2.23 sec.
2024-08-31 19:16:56 01601_detach_permanently: [ OK ] 1.99 sec.
2024-08-31 19:17:54 01593_concurrent_alter_mutations_kill_many_replicas_long: [ OK ] 57.65 sec.
2024-08-31 19:17:55 01530_drop_database_atomic_sync: [ OK ] 0.83 sec.
2024-08-31 19:17:57 01501_cache_dictionary_all_fields: [ OK ] 2.68 sec.
2024-08-31 19:17:58 01487_distributed_in_not_default_db: [ OK ] 0.65 sec.
2024-08-31 19:17:59 01465_ttl_recompression: [ OK ] 1.11 sec.
2024-08-31 19:18:21 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 22.17 sec.
2024-08-31 19:18:22 01457_create_as_table_function_structure: [ OK ] 0.74 sec.
2024-08-31 19:18:23 01392_column_resolve: [ OK ] 0.73 sec.
2024-08-31 19:18:24 01376_GROUP_BY_injective_elimination_dictGet: [ OK ] 0.73 sec.
2024-08-31 19:18:36 01305_replica_create_drop_zookeeper: [ OK ] 12.00 sec.
2024-08-31 19:19:12 01301_aggregate_state_exception_memory_leak: [ OK ] 36.46 sec.
2024-08-31 19:19:13 01294_system_distributed_on_cluster: [ OK ] 0.67 sec.
2024-08-31 19:19:14 01231_distributed_aggregation_memory_efficient_mix_levels: [ OK ] 0.96 sec.
2024-08-31 19:19:14 01185_create_or_replace_table: [ OK ] 0.69 sec.
2024-08-31 19:21:35 01154_move_partition_long: [ OK ] 140.15 sec.
2024-08-31 19:21:35 01114_mysql_database_engine_segfault: [ OK ] 0.55 sec.
2024-08-31 19:21:36 01113_local_dictionary_type_conversion: [ OK ] 0.71 sec.
2024-08-31 19:22:00 01098_msgpack_format: [ OK ] 24.46 sec.
2024-08-31 19:22:08 01098_temporary_and_external_tables: [ OK ] 7.83 sec.
2024-08-31 19:22:47 01083_expressions_in_engine_arguments: [ OK ] 39.01 sec.
2024-08-31 19:22:56 01069_window_view_proc_tumble_watch: [ OK ] 9.20 sec.
2024-08-31 19:22:57 01055_compact_parts_1: [ OK ] 0.73 sec.
2024-08-31 19:23:07 01037_polygon_dicts_correctness_all: [ OK ] 10.13 sec.
2024-08-31 19:23:08 01023_materialized_view_query_context: [ OK ] 0.58 sec.
2024-08-31 19:23:09 01018_ddl_dictionaries_create: [ OK ] 1.20 sec.
2024-08-31 19:23:27 01014_lazy_database_basic: [ OK ] 17.72 sec.
2024-08-31 19:23:31 01013_sync_replica_timeout_zookeeper: [ OK ] 3.69 sec.
2024-08-31 19:23:42 00989_parallel_parts_loading: [ OK ] 11.03 sec.
2024-08-31 19:23:43 00693_max_block_size_system_tables_columns: [ OK ] 1.25 sec.
2024-08-31 19:23:46 00474_readonly_settings: [ OK ] 2.99 sec.
2024-08-31 19:24:19 00002_log_and_exception_messages_formatting: [ OK ] 33.39 sec.
2024-08-31 19:24:19
2024-08-31 19:24:19 125 tests passed. 0 tests skipped. 998.74 s elapsed (MainProcess).
2024-08-31 19:24:25 Won't run stateful tests because test data wasn't loaded.
2024-08-31 19:24:25 Checking the hung queries: done
2024-08-31 19:24:25
2024-08-31 19:24:25 No queries hung.
2024-08-31 19:24:25 All tests have finished.
2024-08-31 19:24:25
2024-08-31 19:24:25 Top patterns of log messages:
2024-08-31 19:24:25
2024-08-31 19:24:25 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2024-08-31 19:24:25
2024-08-31 19:24:25 1. 64249 0.056 4.87 MiB 0.025 11 370 ['Trace'] 0.001 Access granted: {}{}
2024-08-31 19:24:25 2. 50100 0.044 10.03 MiB 0.052 1 117 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2024-08-31 19:24:25 3. 50049 0.044 7.49 MiB 0.039 4 116 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2024-08-31 19:24:25 4. 44626 0.039 1.96 MiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2024-08-31 19:24:25 5. 42626 0.037 1.17 MiB 0.006 1 116 ['Debug'] 0 Processed in {} sec.
2024-08-31 19:24:25 6. 38698 0.034 3.31 MiB 0.017 1 456 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-08-31 19:24:25 7. 32309 0.028 36.57 MiB 0.191 1 234 ['Trace'] 0.002 Query {} to stage {}{}
2024-08-31 19:24:25 8. 31984 0.028 37.19 MiB 0.194 1 234 ['Trace'] 0.002 Query {} from stage {} to stage {}{}
2024-08-31 19:24:25 9. 30591 0.027 926.51 KiB 0.005 1 460 ['Trace'] 0 Aggregation method: {}
2024-08-31 19:24:25 10. 23753 0.021 1.64 MiB 0.009 1 997 ['Trace'] 0.573 Reserved {} on local disk {}, having unreserved {}.
2024-08-31 19:24:25 11. 23750 0.021 1.86 MiB 0.01 1 108 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2024-08-31 19:24:25 12. 21214 0.019 1.68 MiB 0.009 1 437 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2024-08-31 19:24:25 13. 20356 0.018 2.26 MiB 0.012 873 503 ['Trace'] 0.485 Renaming temporary part {} to {} with tid {}.
2024-08-31 19:24:25 14. 18888 0.016 2.60 MiB 0.014 1 2 ['Trace'] 1 Creating part at path {}
2024-08-31 19:24:25 15. 18347 0.016 1.24 MiB 0.006 869 942 ['Trace'] 0.611 Trying to reserve {} using storage policy from min volume index {}
2024-08-31 19:24:25 16. 18026 0.016 1.59 MiB 0.008 150 535 ['Trace'] 0.995 Insert entry {} to queue with type {}
2024-08-31 19:24:25 17. 15956 0.014 1.28 MiB 0.007 5 207 ['Debug'] 0.993 {} Authenticating user '{}' from {}
2024-08-31 19:24:25 18. 15897 0.014 1.74 MiB 0.009 5 207 ['Debug'] 0.993 {} Authenticated with global context as user {}
2024-08-31 19:24:25 19. 15859 0.014 1.36 MiB 0.007 5 198 ['Debug'] 0.993 {} Logout, user_id: {}
2024-08-31 19:24:25 20. 14932 0.013 1.59 MiB 0.008 4 116 ['Debug'] 1 {} Creating session context with user_id: {}
2024-08-31 19:24:25 21. 13292 0.012 639.88 KiB 0.003 1 130 ['Debug'] 0.223 Peak memory usage{}: {}.
2024-08-31 19:24:25 22. 13066 0.011 1.00 MiB 0.005 191 779 ['Trace'] 0.961 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2024-08-31 19:24:25 23. 12929 0.011 600.97 KiB 0.003 1 487 ['Trace'] 0.235 filled checksums {}
2024-08-31 19:24:25 24. 12852 0.011 2.55 MiB 0.013 3 88 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2024-08-31 19:24:25 25. 12843 0.011 5.36 MiB 0.028 2 88 ['Trace'] 1 Request URI: {}
2024-08-31 19:24:25 26. 12725 0.011 260.96 KiB 0.001 2 88 ['Debug'] 0.464 Done processing query
2024-08-31 19:24:25 27. 11958 0.01 3.73 MiB 0.019 1 504 ['Information'] 1 Removing metadata {} of dropped table {}
2024-08-31 19:24:25 28. 11958 0.01 2.22 MiB 0.012 1 504 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2024-08-31 19:24:25 29. 11953 0.01 887.14 KiB 0.005 1 101 ['Debug'] 0 Waiting for table {} to be finally dropped
2024-08-31 19:24:25 30. 11778 0.01 678.62 KiB 0.003 149 535 ['Debug'] 0.996 Pulling {} entries to queue: {} - {}
2024-08-31 19:24:25 31. 11778 0.01 299.05 KiB 0.002 149 535 ['Debug'] 0.996 Pulled {} entries to queue.
2024-08-31 19:24:25 32. 11749 0.01 126.21 KiB 0.001 1 432 ['Trace'] 0 Aggregating
2024-08-31 19:24:25 33. 11562 0.01 563.93 KiB 0.003 273 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms
2024-08-31 19:24:25 34. 11449 0.01 1.54 MiB 0.008 183 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2024-08-31 19:24:25 35. 9480 0.008 864.41 KiB 0.004 1 52 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2024-08-31 19:24:25 36. 8991 0.008 345.87 KiB 0.002 161 32 ['Debug'] 0.662 Committing part {} to zookeeper
2024-08-31 19:24:25 37. 8894 0.008 291.00 KiB 0.001 2 116 ['Trace'] 1 TCP Request. Address: {}
2024-08-31 19:24:25 38. 8892 0.008 858.35 KiB 0.004 1 116 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2024-08-31 19:24:25 39. 8805 0.008 232.16 KiB 0.001 1 107 ['Debug'] 1 Done processing connection.
2024-08-31 19:24:25 40. 8395 0.007 665.14 KiB 0.003 621 110 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2024-08-31 19:24:25 41. 8355 0.007 311.06 KiB 0.002 161 32 ['Debug'] 0.712 Part {} committed to zookeeper
2024-08-31 19:24:25 42. 6812 0.006 153.00 KiB 0.001 1 428 ['Trace'] 0.001 Merging aggregated data
2024-08-31 19:24:25 43. 5910 0.005 114.86 KiB 0.001 125 34 ['Debug'] 0.997 Downloading files {}
2024-08-31 19:24:25 44. 5907 0.005 213.36 KiB 0.001 125 34 ['Trace'] 0.997 Checking disk {} with type {}
2024-08-31 19:24:25 45. 5907 0.005 507.63 KiB 0.003 125 34 ['Trace'] 0.997 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2024-08-31 19:24:25 46. 5906 0.005 501.70 KiB 0.003 125 34 ['Trace'] 0.997 Disk for fetch is not provided, getting disk from reservation {} with type '{}'
2024-08-31 19:24:25 47. 5906 0.005 125.56 KiB 0.001 107 33 ['Trace'] 1 Sending part {}
2024-08-31 19:24:25 48. 5904 0.005 599.17 KiB 0.003 124 32 ['Debug'] 0.997 Fetching part {} from {}:{}
2024-08-31 19:24:25 49. 5901 0.005 593.11 KiB 0.003 124 32 ['Debug'] 0.997 Fetched part {} from {}:{}{}
2024-08-31 19:24:25 50. 5879 0.005 257.00 KiB 0.001 119 32 ['Debug'] 0.997 Downloading part {} onto disk {}.
2024-08-31 19:24:25 51. 5879 0.005 308.67 KiB 0.002 119 32 ['Debug'] 0.997 Download of part {} onto disk {} finished.
2024-08-31 19:24:25 52. 5468 0.005 349.90 KiB 0.002 84 361 ['Debug'] 1 There is no part {} in ZooKeeper, it was only in filesystem
2024-08-31 19:24:25 53. 5077 0.004 166.80 KiB 0.001 706 149 ['Debug'] 0.009 Key condition: {}
2024-08-31 19:24:25 54. 5045 0.004 389.21 KiB 0.002 1 95 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2024-08-31 19:24:25 55. 4640 0.004 528.57 KiB 0.003 697 149 ['Debug'] 0.01 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2024-08-31 19:24:25 56. 4129 0.004 213.71 KiB 0.001 618 149 ['Trace'] 0.011 Spreading mark ranges among streams (default reading)
2024-08-31 19:24:25 57. 3647 0.003 381.74 KiB 0.002 2163 16 ['Trace'] 1 Executing log entry to merge parts {} to {}
2024-08-31 19:24:25 58. 3559 0.003 389.01 KiB 0.002 1 37 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2024-08-31 19:24:25 59. 3305 0.003 197.31 KiB 0.001 32 32 ['Debug'] 0.994 Part {} is rendered obsolete by fetching part {}
2024-08-31 19:24:25 60. 3271 0.003 475.57 KiB 0.002 1 339 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-08-31 19:24:25 61. 3271 0.003 161.31 KiB 0.001 1 339 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2024-08-31 19:24:25 62. 3042 0.003 202.01 KiB 0.001 1 176 ['Debug'] 0 Will kill query {} (synchronously)
2024-08-31 19:24:25 63. 2754 0.002 133.78 KiB 0.001 259 540 ['Debug'] 0.885 Selected {} parts from {} to {}
2024-08-31 19:24:25 64. 2737 0.002 217.99 KiB 0.001 1 397 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2024-08-31 19:24:25 65. 2697 0.002 55.31 KiB 0 1 422 ['Debug'] 1 Stop worker in {}
2024-08-31 19:24:25 66. 2697 0.002 184.97 KiB 0.001 1 79 ['Debug'] 0.002 Schedule load job '{}' into {}
2024-08-31 19:24:25 67. 2697 0.002 177.07 KiB 0.001 1 392 ['Debug'] 1 Execute load job '{}' in {}
2024-08-31 19:24:25 68. 2697 0.002 187.60 KiB 0.001 1 392 ['Debug'] 1 Finish load job '{}' with status {}
2024-08-31 19:24:25 69. 2697 0.002 84.28 KiB 0 1 471 ['Debug'] 0.499 Spawn loader worker #{} in {}
2024-08-31 19:24:25 70. 2696 0.002 213.85 KiB 0.001 1 79 ['Debug'] 0.001 Prioritize load job '{}': {} -> {}
2024-08-31 19:24:25 71. 2686 0.002 78.69 KiB 0 273 519 ['Debug'] 0.981 Updating strategy picker state
2024-08-31 19:24:25 72. 2671 0.002 23.48 KiB 0 2 79 ['Trace'] 0.001 No tables
2024-08-31 19:24:25 73. 2662 0.002 88.39 KiB 0 1 464 ['Debug'] 0.501 Change current priority: {} -> {}
2024-08-31 19:24:25 74. 2486 0.002 89.84 KiB 0 15 15 ['Trace'] 1 Flushed system log up to offset {}
2024-08-31 19:24:25 75. 2486 0.002 145.01 KiB 0.001 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2024-08-31 19:24:25 76. 2482 0.002 175.84 KiB 0.001 211 32 ['Debug'] 1 Skipping action for part {} because part {} already exists.
2024-08-31 19:24:25 77. 2429 0.002 288.21 KiB 0.001 861 528 ['Debug'] 0.96 Removing {} parts from filesystem (serially): Parts: [{}]
2024-08-31 19:24:25 78. 2418 0.002 489.17 KiB 0.002 1034 16 ['Debug'] 1 Don't have all parts (at least {} is missing) for merge {}; will try to fetch it instead. Either pool for fetches is starving, see background_fetches_pool_size, or none of active replicas has it
2024-08-31 19:24:25 79. 2279 0.002 180.10 KiB 0.001 1 59 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2024-08-31 19:24:25 80. 2278 0.002 77.79 KiB 0 1 59 ['Debug'] 0 Selected MergeAlgorithm: {}
2024-08-31 19:24:25 81. 2250 0.002 289.15 KiB 0.001 1 59 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2024-08-31 19:24:25 82. 2243 0.002 132.88 KiB 0.001 291 59 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2024-08-31 19:24:25 83. 2080 0.002 287.85 KiB 0.001 1 90 ['Trace'] 0.04 PREWHERE condition was split into {} steps: {}
2024-08-31 19:24:25 84. 2016 0.002 146.53 KiB 0.001 1 104 ['Trace'] 0.011 The min valid primary key position for moving to the tail of PREWHERE is {}
2024-08-31 19:24:25 85. 1895 0.002 130.92 KiB 0.001 36 403 ['Trace'] 1 Adding mutation {} for {} partitions (data versions: {})
2024-08-31 19:24:25 86. 1806 0.002 39.24 KiB 0 133 481 ['Trace'] 1 Execution took {} ms.
2024-08-31 19:24:25 87. 1803 0.002 47.54 KiB 0 36 376 ['Trace'] 1 Mutation {} is done
2024-08-31 19:24:25 88. 1803 0.002 72.19 KiB 0 36 376 ['Trace'] 1 Will check if mutation {} is done
2024-08-31 19:24:25 89. 1796 0.002 100.84 KiB 0.001 41 348 ['Trace'] 0.308 Finished loading {} part {} on disk {}
2024-08-31 19:24:25 90. 1796 0.002 88.57 KiB 0 41 348 ['Trace'] 0.308 Loading {} part {} from disk {}
2024-08-31 19:24:25 91. 1786 0.002 80.23 KiB 0 149 84 ['Trace'] 0.724 Will wait for outdated data parts to be loaded
2024-08-31 19:24:25 92. 1786 0.002 92.44 KiB 0 149 84 ['Trace'] 0.724 Finished waiting for outdated data parts to be loaded
2024-08-31 19:24:25 93. 1763 0.002 158.34 KiB 0.001 1 388 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2024-08-31 19:24:25 94. 1734 0.002 39.48 KiB 0 36 490 ['Information','Debug'] 0.934 Checking part {}
2024-08-31 19:24:25 95. 1707 0.001 255.52 KiB 0.001 1 333 ['Information'] 0.001 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2024-08-31 19:24:25 96. 1707 0.001 193.37 KiB 0.001 1 334 ['Information'] 0.001 Sorting and writing part of data into temporary file {}
2024-08-31 19:24:25 97. 1704 0.001 122.38 KiB 0.001 136 252 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2024-08-31 19:24:25 98. 1635 0.001 170.49 KiB 0.001 149 414 ['Debug'] 0.928 Removing {} parts from memory: Parts: [{}]
2024-08-31 19:24:25 99. 1633 0.001 108.82 KiB 0.001 129 352 ['Trace'] 0.002 Running binary search on index range for part {} ({} marks)
2024-08-31 19:24:26 100. 1633 0.001 51.42 KiB 0 129 352 ['Trace'] 0.002 Found {} range in {} steps
2024-08-31 19:24:26
2024-08-31 19:24:26
2024-08-31 19:24:26
2024-08-31 19:24:26 Top messages without format string (fmt::runtime):
2024-08-31 19:24:26
2024-08-31 19:24:26 count pattern runtime_message line
2024-08-31 19:24:26
2024-08-31 19:24:26 1. 30 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.3.5.48 ('/executeQuery.cpp',218)
2024-08-31 19:24:26 2. 13 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0)
2024-08-31 19:24:26 3. 12 CodeDBExceptionParthasalreadybee Code: 384. DB::Exception: Part 0_2_2_0 has already been assigned a merge into 0_0_5_1. (PART_IS_TEMPORARILY_LOCKED) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:44664) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_9 DR ('/executeQuery.cpp',218)
2024-08-31 19:24:26 4. 10 DBExceptionMYSQLUSERAuthenticati DB::Exception: 02833_MYSQL_USER_6745: Authentication failed: password is incorrect, or there is no user with such name. ('',0)
2024-08-31 19:24:26 5. 10 ConnectiontosystemasuserMYSQLUSE Connection to system@127.0.0.1:9004 as user 02833_MYSQL_USER_6745 failed: mysqlxx::ConnectionFailed: 02833_MYSQL_USER_6745: Authentication failed: password is incorrect, or there is no user with such name. ((nullptr):9004) ('',0)
2024-08-31 19:24:26 6. 8 CodeDBExceptionSyntaxerrorMultis Code: 62. DB::Exception: Syntax error (Multi-statements are not allowed): failed at position 9 (end of query): ; S. . (SYNTAX_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::ffff:127.0.0.1]:50950) (comment: 00366_multi_statements.sh) (in ('/executeQuery.cpp',218)
2024-08-31 19:24:26 7. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:60058) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTING ('/executeQuery.cpp',218)
2024-08-31 19:24:26 8. 6 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:43138) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateRandom('');), Stack trace (when copying this message, always include th ('/executeQuery.cpp',218)
2024-08-31 19:24:26 9. 4 CodeDBExceptionReceivedfromDBExc Code: 159. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Timeout exceeded: elapsed 1.000077072 seconds, maximum: 1. Stack trace:
2024-08-31 19:24:26
2024-08-31 19:24:26 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000 ('/executeQuery.cpp',218)
2024-08-31 19:24:26 10. 4 CodeDBExceptionExpectedguidasarg Code: 395. DB::Exception: Expected guid as argument: while executing 'FUNCTION if(_CAST(1_UInt8, 'UInt8'_String) :: 1, toString(throwIf(1_Bool, 'Expected guid as argument'_String)) :: 3, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String) :: 4) -> if ('/executeQuery.cpp',218)
2024-08-31 19:24:26 11. 3 Connectiontoconvmainasusermetrik Connection to conv_main@127.0.0.1:3456 as user metrika failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.0.0.1' (115) ((nullptr):0) ('',0)
2024-08-31 19:24:26 12. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2024-08-31 19:24:26
2024-08-31 19:24:26 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2024-08-31 19:24:26 13. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2024-08-31 19:24:26 14. 2 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:44102) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLake('\0');), Stack trace (when copy ('/executeQuery.cpp',218)
2024-08-31 19:24:26 15. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 1 (' '): . Unrecognized token: ' '. (SYNTAX_ERROR) (version 24.3.5.48.altinityfips (altinity build)) (from [::1]:44102) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * ('/executeQuery.cpp',218)
2024-08-31 19:24:26 16. 2 CodeDBExceptionCodeDBExceptionUn Code: 60. DB::Exception: Code: 60. DB::Exception: Unknown table expression identifier 'test_g2u7hbbe.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_g2u7hbbe.table_for_dict. (UNKNOWN_TABLE) (versi ('/executeQuery.cpp',218)
2024-08-31 19:24:26 17. 2 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2024-08-31 19:24:26
2024-08-31 19:24:26 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(Strin ('/TCPHandler.cpp',701)
2024-08-31 19:24:26 18. 2 autoDBStorageReplicatedMergeTree auto DB::StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::SelectedEntryPtr)::(anonymous class)::operator()(LogEntryPtr &) const: std::exception. Code: 1001, type: std::__1::__fs::filesystem::filesystem_error, e.what() = filesystem er ('/Exception.cpp',222)
2024-08-31 19:24:26 19. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 20. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 21. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 22. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 24. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2024-08-31 19:24:26 25. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2024-08-31 19:24:26 peer 1, DC ID 0, localhost:9234, voting member, 1
2024-08-31 19:24:26 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 26. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 27. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 28. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2024-08-31 19:24:26 29. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2024-08-31 19:24:26 commit index 0
2024-08-31 19:24:26 term 0
2024-08-31 19:24:26 election timer allowed
2024-08-31 19:24:26 log store start 1, end 0
2024-08-31 19:24:26 config log idx 0, prev log idx 0
2024-08-31 19:24:26 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2024-08-31 19:24:45 30. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2024-08-31 19:24:45
2024-08-31 19:24:45
2024-08-31 19:24:45
2024-08-31 19:24:45 Top messages not matching their format strings:
2024-08-31 19:24:45
2024-08-31 19:24:45 message_format_string count() any_message
2024-08-31 19:24:45
2024-08-31 19:24:45 1. 56 Forked a child process to watch
2024-08-31 19:24:45 message_format_string count() any_message
2024-08-31 19:24:45
2024-08-31 19:24:45 2. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 34 /var/lib/clickhouse/store/2b7/2b7b2967-c210-421b-ac99-8a6f3a682bd4/tmp_insert_all_1_1_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2024-08-31 19:24:45 message_format_string count() any_message
2024-08-31 19:24:45
2024-08-31 19:24:45 3. Query {} to stage {}{} 25 Query SELECT _CAST('1CE422FEE7BD8DE20000000000000000', 'String') AS `hex(sipHash128ReferenceKeyed((toUInt64(2), toUInt64(-9223372036854775807))))` FROM system.one AS __table1 GROUP BY _CAST((506097522914230528, NULL), 'Tuple(UInt64, Nullable(Nothing))'), _CAST(2, 'UInt64'), _CAST(NULL, 'Nullable(Nothing)'), _CAST('�', 'String') to stage Complete
2024-08-31 19:24:45 message_format_string count() any_message
2024-08-31 19:24:45
2024-08-31 19:24:45 4. Query {} from stage {} to stage {}{} 25 Query SELECT _CAST('1CE422FEE7BD8DE20000000000000000', 'String') AS `hex(sipHash128ReferenceKeyed((toUInt64(2), toUInt64(-9223372036854775807))))` FROM system.one AS __table1 GROUP BY _CAST((506097522914230528, NULL), 'Tuple(UInt64, Nullable(Nothing))'), _CAST(2, 'UInt64'), _CAST(NULL, 'Nullable(Nothing)'), _CAST('�', 'String') from stage FetchColumns to stage Complete
2024-08-31 19:24:45 message_format_string count() any_message
2024-08-31 19:24:45
2024-08-31 19:24:45 5. (from {}{}{}){}{} {} (stage: {}) 2 (from [::1]:39790) (comment: 02683_native_too_large_size.sql) SELECT * FROM format('Native', 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int32, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, VindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$i
2024-08-31 19:24:45 WatchIDInt64c*5/ !p~��F�ӓ2ql!�|�@H�ǐ=ЌW��E&Ly��k=��p�1��o�C»-�C_���\�/E��J�{
2024-08-31 19:24:45 JavaEnableInt16 TitleString GoodEventInt16 EventTimeDateTime7��Qn$�Q�)�Q8*�QJ��Q��Q�0�Q83�Q� �Q�1�Q EventDateDate>>>>>>>>>> CounterIDInt32 ClientIPInt32��z���z���z���z���I`��z��^{]�^{]�gU��z�RegionIDInt32G G G G ' G � � � G UserIDInt64� ��:6��� ��:6��� ��:6��� ��:6��q��Jd8
�Ks}��&n%�t"6&n%�t"6�s�yy��f� ��:6��CounterClassInt16 OSInt16 ' ' , UserAgentInt16 URLString -http://holodilInt16 WindowClientWidthInt16 WindowClientHeightInt16 ClientTimeZoneInt16��������������������ClientEventTimeDateTime��������������������SilverlightVersion1Int16 SilverlightVersion2Int16 SilverlightVersion3Int32 SilverlightVersion4Int16 PageCharsetString CodeVersionInt32 IsLinkInt16
2024-08-31 19:24:45 IsDownloadInt16 IsNotBounceInt16 FUniqIDInt64 %�l��+k:��W��m OriginalURLString HIDInt32 IsOldCounterInt16 IsEventInt16 IsParameterInt16
DontCountHitsInt16 WithHashInt16 HitColorString5555555555LocalEventTimeDateTime&��Qǘ�Q}��Qݞ�Q'��QA��Q���Q
2024-08-31 19:24:45 ��QY��Q���QAgeInt16 SexInt16 IncomeInt16 InterestsInt16 �: RobotnessInt16 RemoteIPInt32^DI�^DI�^DI�^DI�9�3N^DI��U�U�=k^DI�
2024-08-31 19:24:45 WindowNameInt32����������������������������������������
2024-08-31 19:24:45 OpenerNameInt32����������������������������������������
HistoryLengthInt16��������������������BrowserLanguageString����������BrowserCountryString����������
SocialNetworkString SocialActionString HTTPErrorInt16
2024-08-31 19:24:45 SendTimingInt32 DNSTimingInt32
ConnectTimingInt32 ResponseStartTimingInt32 ResponseEndTimingInt32 FetchTimingInt32 SocialSourceNetworkIDInt16 SocialSourcePageString
2024-08-31 19:24:45 ParamPriceInt64 ParamOrderIDString
ParamCurrencyStringNHNHNHNHNHNHNHNHNHNHParamCurrencyIDInt16 OpenstatServiceNameString OpenstatCampaignIDString OpenstatAdIDString OpenstatSourceIDString UTMSourceString UTMMediumString UTMCampaignString
2024-08-31 19:24:45 UTMContentString UTMTermString FromTagString HasGCLIDInt16 RefererHashInt64X+��'���X+��'���X+��'���X+��'���X+��'���X+��'���X+��'���X+��'���X+��'���X+��'���URLHashInt64�|3��b.��|3��b.��|3��b.��|3��b.��
2024-08-31 19:24:52 o���e��
�#�\X-h��X v�v����h��9�D�|3��b.�CLIDInt32 $$); (stage: Complete)
2024-08-31 19:24:52
2024-08-31 19:24:52
2024-08-31 19:24:52
2024-08-31 19:24:52 Top short messages:
2024-08-31 19:24:52
2024-08-31 19:24:52 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-08-31 19:24:52
2024-08-31 19:24:52 1. 115 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 50, UInt32(size = 50), UInt8(size = 50)) UInt32( 64
2024-08-31 19:24:52 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-08-31 19:24:52
2024-08-31 19:24:52 2. 5 {} Server was built with sanitizer. It will work slowly. 27
2024-08-31 19:24:52 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-08-31 19:24:52
2024-08-31 19:24:52 3. 2 Unknown setting '{}' Code: 115. DB::Exception: Unknown setting 'xxx_yyy'. (UNKNOWN_SETTING) (version 24.3.5.48.altinityfips (altinity build)) 27
2024-08-31 19:24:52 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-08-31 19:24:52
2024-08-31 19:24:52 4. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.5.48.altinityfips (altini 29
2024-08-31 19:24:52 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-08-31 19:24:52
2024-08-31 19:24:52 5. 2 Creating {}: {} Creating table test_p3elpoxy.test: CREATE TABLE IF NOT EXISTS test_p3elpoxy.test UUID '87ce0e0f-e614-464e-bbfe-ff3fcabaa 149
2024-08-31 19:24:52
2024-08-31 19:24:52
2024-08-31 19:24:52
2024-08-31 19:24:52 Top messages by level:
2024-08-31 19:24:52
2024-08-31 19:24:52 (8.714999472742532e-7,'Can\'t start NON-SECURE keeper server in FIPS mode, please check the config.') Fatal
2024-08-31 19:24:52 (0.0009359909433725479,'Query was cancelled') Error
2024-08-31 19:24:52 (0.00012026699272384694,'Part {} doesn\'t have metadata version on disk, setting it to {}. It\'s okay if the part was created by an old version of ClickHouse') Warning
2024-08-31 19:24:52 (0.01042139636950552,'Removing metadata {} of dropped table {}') Information
2024-08-31 19:24:52 (0.043665633358229185,'(from {}{}{}){}{} {} (stage: {})') Debug
2024-08-31 19:24:52 (0.05599735761215986,'Access granted: {}{}') Trace
2024-08-31 19:24:52
2024-08-31 19:24:52
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137412
drwxr-xr-x 1 root root 4096 Aug 31 19:16 .
drwxr-xr-x 1 root root 4096 Aug 31 19:16 ..
-rw-rw-r-- 1 1000 1000 312 Aug 31 18:52 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 11:03 attach_gdb.lib
-rw-r--r-- 1 root root 9 Aug 31 19:16 a.txt
-rw-r--r-- 1 root root 1481 Aug 31 18:54 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Aug 31 18:54 __azurite_db_blob__.json
-rw-r--r-- 1 root root 46604 Aug 31 19:23 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 10:02 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Aug 31 18:54 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-r--r-- 1 root root 9 Aug 31 19:16 b.txt
-rw-r--r-- 1 root root 9 Aug 31 19:16 c.txt
drwxr-xr-x 5 root root 340 Aug 31 18:53 dev
drwxr-xr-x 2 root root 4096 Aug 31 19:16 dir
-rwxr-xr-x 1 root root 0 Aug 31 18:53 .dockerenv
drwxr-xr-x 1 root root 4096 Aug 31 18:53 etc
drwxr-xr-x 1 1000 1000 4096 Aug 31 18:54 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 10:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 10:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 11:04 mc
drwxr-xr-x 2 root root 4096 Apr 27 10:02 media
-rwxr-xr-x 1 root root 118595584 Jun 13 11:04 minio
drwxr-xr-x 4 root root 4096 Aug 31 18:54 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 10:02 mnt
drwxr-xr-x 2 root root 4096 Apr 27 10:02 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Aug 31 18:53 package_folder
dr-xr-xr-x 314 root root 0 Aug 31 18:53 proc
-rwxrwxr-x 1 root root 7989 May 15 01:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Aug 31 19:22 root
drwxr-xr-x 1 root root 4096 Aug 31 18:53 run
-rwxrwxr-x 1 root root 16095 Jun 13 11:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 10:02 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Aug 31 18:54 script.gdb
-rwxrwxr-x 1 root root 10462 May 15 01:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 11:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 11:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 10:02 srv
-rw-rw-r-- 1 root root 13192 Jun 13 11:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Aug 31 18:53 sys
drwxrwxr-x 2 1000 1000 4096 Aug 31 18:55 test_output
drwxrwxrwt 1 root root 20480 Aug 31 19:24 tmp
drwxr-xr-x 2 root root 4096 Aug 31 18:55 user_defined
drwxr-xr-x 1 root root 4096 Apr 27 10:02 usr
-rw-rw-r-- 1 root root 833 Jun 13 11:03 utils.lib
drwxr-xr-x 1 root root 4096 Apr 27 10:05 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
total 137412
drwxr-xr-x 1 root root 4096 Aug 31 19:16 .
drwxr-xr-x 1 root root 4096 Aug 31 19:16 ..
-rw-rw-r-- 1 1000 1000 312 Aug 31 18:52 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 11:03 attach_gdb.lib
-rw-r--r-- 1 root root 9 Aug 31 19:16 a.txt
-rw-r--r-- 1 root root 1481 Aug 31 18:54 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Aug 31 18:54 __azurite_db_blob__.json
-rw-r--r-- 1 root root 46604 Aug 31 19:23 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 10:02 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Aug 31 18:54 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-r--r-- 1 root root 9 Aug 31 19:16 b.txt
-rw-r--r-- 1 root root 9 Aug 31 19:16 c.txt
drwxr-xr-x 5 root root 340 Aug 31 18:53 dev
drwxr-xr-x 2 root root 4096 Aug 31 19:16 dir
-rwxr-xr-x 1 root root 0 Aug 31 18:53 .dockerenv
drwxr-xr-x 1 root root 4096 Aug 31 18:53 etc
drwxr-xr-x 1 1000 1000 4096 Aug 31 18:54 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 10:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 10:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 10:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 11:04 mc
drwxr-xr-x 2 root root 4096 Apr 27 10:02 media
-rwxr-xr-x 1 root root 118595584 Jun 13 11:04 minio
drwxr-xr-x 4 root root 4096 Aug 31 18:54 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 10:02 mnt
drwxr-xr-x 2 root root 4096 Apr 27 10:02 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Aug 31 18:53 package_folder
dr-xr-xr-x 314 root root 0 Aug 31 18:53 proc
-rwxrwxr-x 1 root root 7989 May 15 01:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Aug 31 19:22 root
drwxr-xr-x 1 root root 4096 Aug 31 18:53 run
-rwxrwxr-x 1 root root 16095 Jun 13 11:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 10:02 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Aug 31 18:54 script.gdb
-rwxrwxr-x 1 root root 10462 May 15 01:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 11:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 11:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 10:02 srv
-rw-rw-r-- 1 root root 13192 Jun 13 11:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Aug 31 18:53 sys
drwxrwxr-x 2 1000 1000 4096 Aug 31 18:55 test_output
drwxrwxrwt 1 root root 20480 Aug 31 19:24 tmp
drwxr-xr-x 2 root root 4096 Aug 31 18:55 user_defined
drwxr-xr-x 1 root root 4096 Apr 27 10:02 usr
-rw-rw-r-- 1 root root 833 Jun 13 11:03 utils.lib
drwxr-xr-x 1 root root 4096 Apr 27 10:05 var
+ /process_functional_tests_result.py
2024-08-31 19:24:52,450 File /analyzer_tech_debt.txt with broken tests found
2024-08-31 19:24:52,451 Broken tests in the list: 11
2024-08-31 19:24:52,451 Find files in result folder gdb.log,run.log,garbage.log,test_result.txt
2024-08-31 19:24:52,458 Is flaky check: False
2024-08-31 19:24:52,458 Result parsed
2024-08-31 19:24:52,459 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
==52551==Installed the sigaction for signal 11
==52551==Installed the sigaction for signal 7
==52551==Installed the sigaction for signal 8
==52551==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17
***** Running under ThreadSanitizer v3 (pid 52551) *****
ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096
ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024
ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096
ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024
ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Sent terminate signal to process with pid 743.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 does not exist.
Server stopped
Stats: SizeClassAllocator64: 2M mapped (0M rss) in 10960 allocations; remains 5405
01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000
02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 1 last released: 4K region: 0x7b0800000000
03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 1 last released: 40K region: 0x7b0c00000000
04 ( 64): mapped: 64K allocs: 1024 frees: 640 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000
05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000
06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000
07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000
08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000
09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000
10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 44K releases: 1 last released: 16K region: 0x7b2800000000
11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000
12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000
13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000
14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000
15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000
16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000
17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 24K releases: 0 last released: 0K region: 0x7b4400000000
18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000
19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000
20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000
21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000
22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000
23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000
24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000
25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 124K releases: 1 last released: 60K region: 0x7b6400000000
26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000
27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000
28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000
29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000
30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000
31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000
32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000
33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000
34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000
35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000
37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000
38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000
39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000
42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000
43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000
44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000
45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000
Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 1 M; by size logs: 20:10;
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
2024.08.31 18:54:28.665788 [ 743 ] {} KeeperServer: Can't start NON-SECURE keeper server in FIPS mode, please check the config.
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
==================
WARNING: ThreadSanitizer: data race (pid=53197)
Read of size 8 at 0x7b9c00008290 by thread T113 (mutexes: write M0, write M1):
#0 DB::SettingFieldNumber::operator unsigned long() const build_docker/./src/Core/SettingsFields.h:45:36 (clickhouse+0x19258d46) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#1 DB::StorageMergeTree::selectPartsToMutate(std::__1::shared_ptr const&, std::__1::basic_string, std::__1::allocator>&, std::__1::shared_ptr&, std::__1::unique_lock&) build_docker/./src/Storages/StorageMergeTree.cpp:1199:31 (clickhouse+0x19258d46)
#2 DB::StorageMergeTree::scheduleDataProcessingJob(DB::BackgroundJobsAssignee&) build_docker/./src/Storages/StorageMergeTree.cpp:1403:28 (clickhouse+0x1925c4fc) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#3 DB::BackgroundJobsAssignee::threadFunc() build_docker/./src/Storages/MergeTree/BackgroundJobsAssignee.cpp:132:28 (clickhouse+0x18c83e75) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#4 DB::BackgroundJobsAssignee::start()::$_0::operator()() const build_docker/./src/Storages/MergeTree/BackgroundJobsAssignee.cpp:103:113 (clickhouse+0x18c840a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#5 decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::BackgroundJobsAssignee::start()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18c840a1)
#6 void std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundJobsAssignee::start()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18c840a1)
#7 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18c840a1)
#8 void std::__1::__function::__policy_invoker::__call_impl>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18c840a1)
#9 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x15ded6f5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#10 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x15ded6f5)
#11 DB::BackgroundSchedulePoolTaskInfo::execute() build_docker/./src/Core/BackgroundSchedulePool.cpp:106:9 (clickhouse+0x15ded6f5)
#12 DB::BackgroundSchedulePool::threadFunction() build_docker/./src/Core/BackgroundSchedulePool.cpp:304:19 (clickhouse+0x15df174d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#13 DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const build_docker/./src/Core/BackgroundSchedulePool.cpp:170:79 (clickhouse+0x15df206a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#14 decltype(std::declval, StrongTypedef, char const*)::$_0&>()()) std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15df206a)
#15 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0x15df206a)
#16 decltype(auto) std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0x15df206a)
#17 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0x15df206a)
#18 decltype(std::declval, StrongTypedef, char const*)::$_0>()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15df206a)
#19 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x15df206a)
#20 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15df206a)
#21 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15df206a)
#22 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#23 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce)
#24 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce)
#25 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#26 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691)
#27 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691)
#28 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691)
Previous write of size 8 at 0x7b9c00008290 by main thread:
#0 __tsan_memcpy (clickhouse+0x6ff14b7) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#1 DB::SettingsTraits::Data::operator=(DB::SettingsTraits::Data const&) build_docker/./src/Core/Settings.h:1221:1 (clickhouse+0x16798f60) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#2 DB::BaseSettings::operator=(DB::BaseSettings const&) build_docker/./src/Core/BaseSettings.h:56:60 (clickhouse+0x167e6f9f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#3 DB::Settings::operator=(DB::Settings const&) build_docker/./src/Core/Settings.h:1227:8 (clickhouse+0x167e6f9f)
#4 DB::Context::setSettings(DB::Settings const&) build_docker/./src/Interpreters/Context.cpp:2078:14 (clickhouse+0x167e6f9f)
#5 DB::ClientBase::adjustSettings() build_docker/./src/Client/ClientBase.cpp:722:21 (clickhouse+0x193b4e8f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#6 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:472:5 (clickhouse+0xf23d76d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#7 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#8 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#9 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread:
#0 operator new(unsigned long, std::align_val_t) (clickhouse+0x707bd9b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x167d31cb) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:589:22 (clickhouse+0xf23fad4) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 (clickhouse+0xf23d765) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1cfe713e) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 (clickhouse+0xf24a928) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x707dd18) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
Mutex M0 (0x7b340011d028) created at:
#0 pthread_mutex_lock (clickhouse+0x6ff752b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#1 std::__1::__libcpp_mutex_lock[abi:v15000](pthread_mutex_t*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:304:10 (clickhouse+0x202efbf9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#2 std::__1::mutex::lock() build_docker/./contrib/llvm-project/libcxx/src/mutex.cpp:38:14 (clickhouse+0x202efbf9)
#3 std::__1::lock_guard::lock_guard[abi:v15000](std::__1::mutex&) build_docker/./contrib/llvm-project/libcxx/include/__mutex_base:94:27 (clickhouse+0x15ded674) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#4 DB::BackgroundSchedulePoolTaskInfo::execute() build_docker/./src/Core/BackgroundSchedulePool.cpp:92:21 (clickhouse+0x15ded674)
#5 DB::BackgroundSchedulePool::threadFunction() build_docker/./src/Core/BackgroundSchedulePool.cpp:304:19 (clickhouse+0x15df174d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#6 DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const build_docker/./src/Core/BackgroundSchedulePool.cpp:170:79 (clickhouse+0x15df206a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#7 decltype(std::declval, StrongTypedef, char const*)::$_0&>()()) std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15df206a)
#8 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0x15df206a)
#9 decltype(auto) std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0x15df206a)
#10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0x15df206a)
#11 decltype(std::declval, StrongTypedef, char const*)::$_0>()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15df206a)
#12 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x15df206a)
#13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15df206a)
#14 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15df206a)
#15 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf0587ce) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#16 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf0587ce)
#17 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 (clickhouse+0xf0587ce)
#18 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 (clickhouse+0xf05e691) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#19 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf05e691)
#20 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf05e691)
#21 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf05e691)
Mutex M1 (0x7b7c000b09d0) created at:
#0 pthread_mutex_lock (clickhouse+0x6ff752b) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#1 std::__1::__libcpp_mutex_lock[abi:v15000](pthread_mutex_t*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:304:10 (clickhouse+0x202efbf9) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#2 std::__1::mutex::lock() build_docker/./contrib/llvm-project/libcxx/src/mutex.cpp:38:14 (clickhouse+0x202efbf9)
#3 std::__1::unique_lock::unique_lock[abi:v15000](std::__1::mutex&) build_docker/./contrib/llvm-project/libcxx/include/__mutex_base:122:61 (clickhouse+0x1925c36f) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#4 DB::StorageMergeTree::scheduleDataProcessingJob(DB::BackgroundJobsAssignee&) build_docker/./src/Storages/StorageMergeTree.cpp:1395:26 (clickhouse+0x1925c36f)
#5 DB::BackgroundJobsAssignee::threadFunc() build_docker/./src/Storages/MergeTree/BackgroundJobsAssignee.cpp:132:28 (clickhouse+0x18c83e75) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#6 DB::BackgroundJobsAssignee::start()::$_0::operator()() const build_docker/./src/Storages/MergeTree/BackgroundJobsAssignee.cpp:103:113 (clickhouse+0x18c840a1) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#7 decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::BackgroundJobsAssignee::start()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18c840a1)
#8 void std::__1::__invoke_void_return_wrapper::__call(DB::BackgroundJobsAssignee::start()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18c840a1)
#9 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18c840a1)
#10 void std::__1::__function::__policy_invoker::__call_impl>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18c840a1)
#11 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x15ded6f5) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#12 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x15ded6f5)
#13 DB::BackgroundSchedulePoolTaskInfo::execute() build_docker/./src/Core/BackgroundSchedulePool.cpp:106:9 (clickhouse+0x15ded6f5)
#14 DB::BackgroundSchedulePool::threadFunction() build_docker/./src/Core/BackgroundSchedulePool.cpp:304:19 (clickhouse+0x15df174d) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#15 DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const build_docker/./src/Core/BackgroundSchedulePool.cpp:170:79 (clickhouse+0x15df206a) (BuildId: 36f0bc854011b2def5a0de9023cd1950bbb00fb6)
#16 decltype(std::declval, StrongTypedef, char const*)::$_0&>()()) std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15df206a)
#17 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0x15df206a)
#18 decltype(auto) std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0x15df206a)
#19 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 (clickhouse+0x15df206a)
#20 decltype(std::declval, StrongTypedef, char const*)::$_0>()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef